nix run nixpkgs#zprint -- '{:style :community}' -sw **/*.clj

This commit is contained in:
heyarne 2022-03-08 08:52:24 +01:00
commit 954aaf4b11

View file

@ -6,8 +6,7 @@
(defn cljs-repl
"Connects to a given build-id. Defaults to `:app`."
([]
(cljs-repl :app))
([] (cljs-repl :app))
([build-id]
(server/start!)
(shadow/watch build-id)