shadow-cljs

Chris McCormick 2025-07-31T04:45:09.434619Z

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.port Is there any way to get shadow-cljs to use .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! 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.

thheller 2025-07-31T07:19:17.659479Z

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.

👍 1