Hi there, how does Edge manage to start an nrepl even when there are issues compiling the project?
I noticed this fn in user
but couldn’t figure out what actually allows the REPL to start https://github.com/juxt/edge/blob/master/app/dev/user.clj#L23
The nrepl code is loaded before dev is required.
But also https://github.com/juxt/edge/blob/master/app/aliases/rebel/edge/rebel/main.clj helps