What's the general way folks hook into a cljs repl using shadow-cljs these days? This project I am exploring has cider as a dependency but ConjurePiggieback app
and ConjureShadowSelect app
don't work. There is a :app
build
What happens when you do conjureshadowselect? I was just using this.
Hmmm, well I got connected after I manually connected to the nrepl port provided when I ran shadow-cljs watch app
(shadow-cljs.edn specifies that port) For some reason I remembered Conjure as automatically hooking into that port
but now it's working so it's all good