note about asdf project and static-files

This commit is contained in:
David Botton 2022-01-28 16:39:26 -05:00
parent 1393f13049
commit 3cc757aec3

View file

@ -50,4 +50,7 @@
(defun start-app ()
(initialize #'on-new-window)
;; Setup asdf for project and can use
;; :static-root (merge-pathnames "./static-files/"
;; (asdf:system-source-directory :proj-name)))
(open-browser))