If I start a REPL, and then get into figwheel via (cljs-repl), can I run a fn in a clojure namespace (not cljs) without first needing to :cljs/quit?
(cljs-repl)
:cljs/quit
I just want to trigger a rebuild without needing to drop back into clj