Hello all, how to start figwheel in emacs like lein figwheel dev devcards
or with multiple profiles?
I used like
(do (require 'figwheel-sidecar.repl-api)
(figwheel-sidecar.repl-api/start-figwheel!)
(figwheel-sidecar.repl-api/cljs-repl))
is there any way to include profile to start-figwhell
?
@ajs I could use it with (figwheel-sidecar.repl-api/start-figwheel! "dev" "devcards")
it compiles both .js
But where are you putting this code, in a cljs file that is run when you start a clj repl?