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