Hi folks! Problem with ClojureScript NodeJS... Is it possible to run with CIDER in Emacs same REPL as with npx shadow-cljs node-repl :app from CLI?
This is my shadow-cljs.edn:
{:deps {:aliases [:dev]}
:fs-watch {:hawk false}
:nrepl {:write-port-file true}
:builds {:app
{:target :node-script
:output-to "./out.js"
:main example.core/init}}}