This commit is contained in:
Chris Cochrun 2024-11-07 20:58:15 -06:00
parent 3eb7011be8
commit a777d0a29e
4 changed files with 143 additions and 18 deletions

View file

@ -21,7 +21,8 @@
"cl-smtp") ;; <== list of Quicklisp dependencies
:components ((:module "src"
:components
((:file "main"))))
((:file "health-form")
(:file "main" :depends-on ("health-form")))))
:description "Restful server to handle website pieces"
:long-description "Restful server to handle website pieces"
;; :in-order-to ((test-op (test-op "tfcserver-test")))