diff --git a/bb.edn b/bb.edn index 7f49334..62723ae 100644 --- a/bb.edn +++ b/bb.edn @@ -18,7 +18,7 @@ (fs/delete-tree ".shadow-cljs"))} shadow:watch {:doc "Development build. Starts webserver and watches for changes." - :task (build/build *command-line-args* {:action "watch"})} + :task (build/build {:action "watch"})} http-server {:doc "Starts http server for serving static files" :requires ([babashka.http-server :as http])