Updates to tuts and new with-sync-event

This commit is contained in:
David Botton 2022-02-10 20:44:11 -05:00
parent ec81e5fb2b
commit 18a5f8d78e
33 changed files with 157 additions and 104 deletions

View file

@ -9,7 +9,7 @@
(setf (color (hello-span panel)) (rgb (random 255) (random 255) (random 255))))
(defun start-app ()
(initialize #'create-hello-page
(initialize 'create-hello-page
:static-root (merge-pathnames "./www/"
(asdf:system-source-directory :hello-builder)))
(open-browser))