pprint
This commit is contained in:
parent
7bf5bc087d
commit
d47adaf682
7 changed files with 42 additions and 11 deletions
3
bb.edn
3
bb.edn
|
|
@ -15,7 +15,8 @@
|
|||
(fs/delete-tree ".shadow-cljs"))}
|
||||
|
||||
shadow:watch {:doc "Development build. Starts webserver and watches for changes."
|
||||
:task (clojure "-M:dev -m shadow.cljs.devtools.cli watch main")}
|
||||
:task (clojure {:extra-env {"SCI_ELIDE_VARS" "true"}}
|
||||
"-M:dev -m shadow.cljs.devtools.cli watch main")}
|
||||
|
||||
http-server {:doc "Starts http server for serving static files"
|
||||
:requires ([babashka.http-server :as http])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue