mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
Adjust paths
This commit is contained in:
parent
10787872d0
commit
b4e7079225
1 changed files with 4 additions and 1 deletions
|
|
@ -25,7 +25,10 @@
|
||||||
|
|
||||||
(defun test ()
|
(defun test ()
|
||||||
(print "Init connection")
|
(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")
|
(print "Open browser")
|
||||||
(clog:open-browser)
|
(clog:open-browser)
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue