fix(#60): remove command-line args from shadow:watch

Not sure this is right solution (I'm new to CLJ), but it solved the problem of not running `bb dev`.
This commit is contained in:
Peter Szalai 2023-05-13 09:15:10 +02:00 committed by GitHub
parent 1cd75fba28
commit 9e15451e84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
bb.edn
View file

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