minor
This commit is contained in:
parent
2c9f2b4c52
commit
cd4ac5c74e
|
@ -11,8 +11,7 @@
|
||||||
:requires ([babashka.http-server :as http])
|
:requires ([babashka.http-server :as http])
|
||||||
:task (do (http/serve {:port 1341 :dir "resources/public"})
|
:task (do (http/serve {:port 1341 :dir "resources/public"})
|
||||||
(println "Serving static assets at http://localhost:1341"))}
|
(println "Serving static assets at http://localhost:1341"))}
|
||||||
-dev {:depends [watch serve]
|
-dev {:depends [watch serve]}
|
||||||
:parallel true}
|
|
||||||
dev {:doc "Run compilation in watch mode and start http server"
|
dev {:doc "Run compilation in watch mode and start http server"
|
||||||
:task (do (run '-dev {:parallel true})
|
:task (do (run '-dev {:parallel true})
|
||||||
(deref (promise)))}
|
(deref (promise)))}
|
||||||
|
|
Loading…
Reference in a new issue