X-Git-Url: https://code.consxy.com/gitweb/?a=blobdiff_plain;f=candle.asd;h=77493d2ed09038e794353e713670fcd74b976305;hb=refs%2Fheads%2Fdevelopment;hp=e65a5027151815d7ca5c13a83f196082ccb8be20;hpb=3fdc12a393fbbd099417398018d2fada7e751358;p=candle diff --git a/candle.asd b/candle.asd index e65a502..77493d2 100644 --- a/candle.asd +++ b/candle.asd @@ -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")))