Adjust paths

This commit is contained in:
David Botton 2021-01-27 21:48:05 -05:00
parent 10787872d0
commit b4e7079225

View file

@ -25,7 +25,10 @@
(defun test ()
(print "Init connection")
(clog-connection:initialize #'on-connect :boot-file "/debug.html")
(clog-connection:initialize #'on-connect
:static-root (merge-pathnames "./static-files/"
(asdf:system-source-directory :clog))
:boot-file "/debug.html")
(print "Open browser")
(clog:open-browser)
)