init project, djula error on quickload
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
;;;; Look into https://web-apps-in-lisp.github.io/ by vindarel
|
||||
|
||||
(defsystem "web-apps"
|
||||
:license "WTFPL"
|
||||
:depends-on ("hunchentoot" "easy-routes")
|
||||
:components
|
||||
((:module "src"
|
||||
:components ((:file "package")
|
||||
(:file "web-app")))))
|
||||
Reference in New Issue
Block a user