Fork me on GitHub
#figwheel-main
<
2019-03-01
>
Braden Shepherdson19:03:15

forgive me if I missed this in the docs somewhere. I'm launching lein repl to start my server, then running (figwheel.main.api/start {:mode :serve} "dev") to start Figwheel from the same process (then attaching Fireplace)

Braden Shepherdson19:03:36

is there a way to drop back to the original server REPL without killing the whole REPL and reloading? I vaguely recall something about switching between them. once I've started the cljs repl, I don't know how to get back.

Braden Shepherdson19:03:46

I guess I can use nrepl to just open separate repls.

dominicm19:03:44

:cljs/quit maybe?

Braden Shepherdson19:03:36

I've got things working decently with two REPL windows using lein repl :connect.