Add specifying task to candle run
[candle] / candle.asd
index e65a5027151815d7ca5c13a83f196082ccb8be20..77493d2ed09038e794353e713670fcd74b976305 100644 (file)
@@ -11,7 +11,8 @@
               (:file "run")
               (:file "processor")
               (:file "server")
-              (:file "cli"))
+              (:file "cli")
+              (:file "server-cli"))
  :depends-on (:herbie-utility :opera))
 
 (asdf:defsystem candle-aws
@@ -20,4 +21,4 @@
 
 (asdf:defsystem candle-local
  :pathname "src/main/local"
- :components ((:file "local")))
+ :components ((:file "local") (:file "config")))