Fork me on GitHub
#figwheel-main
<
2019-09-06
>
kkruit20:09:50

Hey all, I'm using https://github.com/oakes/full-stack-clj-example to start a project and I want to connect to the repl via nrepl but I'm not sure how to call figwheel/-main to get it to start an nrepl. I tried going through the docs but couldn't find much about getting nrepl going from just calling figwheel as opposed to staring it via command line. Do any of you have any tips or references I could look at?

kkruit20:09:12

I've gotten to the point were i've set the :mode to :serve in the figwheel-main.edn and I think from there I can call figwheel/repl somehow but i'm not sure what i'd need to do to make that start an nrepl.

kkruit21:09:36

or figwheel/nrepl-repl