This commit is contained in:
Michiel Borkent 2022-08-31 13:40:55 +02:00
parent 7bf5bc087d
commit d47adaf682
7 changed files with 42 additions and 11 deletions

3
bb.edn
View file

@ -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])