Quoting http://nrepl.org:
> Best Practices
> • Write an
.nrepl-port file on server startup.From the shadow-cljs documentation:
> If you look at the startup message you’ll see the port of nREPL, and the port will also be stored in
target/shadow-cljs/nrepl.portIs there any way to get shadow-cljs to use
It seems vim-fireplace automatically picks up .shadow-cljs/nrepl-port so all good. Leaving this here just in case there is any new information that is useful..nrepl-port instead? Also, in my testing I noticed it's actually stored in .shadow-cljs/nrepl.port. I'm a n00b when it comes to nrepl so I'm probably missing something here!
FWIW it doesn't use .nrepl-port since that causes conflicts. e.g. when using lein to run server side things. all tools I know of can configure this and work just fine.