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
1 changed files with 1 additions and 1 deletions

View File

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