I'm having difficulties getting shadow-cljs to work with cider-jack-in. Anyone know if that's the way to go, or should I try some other way? Cider-jack-in-cljs gives me "Execution error (ExceptionInfo) at shadow.cljs.devtools.server.runtime/get-instance! (runtime.clj:11). missing instance" I should add this is the first time I'm trying shadow-cljs
Works for me but I have to run "lein shadow watch app" once first.
also when prompted to choose between "lein" and shadow-cljs by emacs you need to choose shadow-cljs even if your project uses lein
How do I run the app against a request? Reitit has examples like (app {:request-method :get :uri "/logout"})
But I’m not sure how to do this when it’s situated as a mount
component. Any pointers? (I’m trying to debug why I can’t see flash messages.)