1
0
Fork 0

Fix dev config

This commit is contained in:
Kaan Genç 2020-09-18 02:29:45 -04:00
parent f079981d05
commit 51fef72991

View file

@ -27,7 +27,7 @@
(deftask dev [] (deftask dev []
(comp (watch) (comp (watch)
(build) (build)
(serve :port 8000 :resource-root "public"))) (serve :port 8000 :resource-root "")))
(deftask publish [] (deftask publish []
(comp (build) (comp (build)