mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
fix path issues
This commit is contained in:
parent
5cb8377e3c
commit
2011f99829
1 changed files with 3 additions and 1 deletions
|
|
@ -9,5 +9,7 @@
|
|||
(run body))
|
||||
|
||||
(defun start-app ()
|
||||
(initialize #'on-new-window :static-root #P"www/")
|
||||
(initialize #'on-new-window
|
||||
:static-root (merge-pathnames "./www/"
|
||||
(asdf:system-source-directory :hello-clog)))
|
||||
(open-browser))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue