I have a question that might feel a little dumb. It seems super-easy to launch a figwheel-main build from within emacs (cider-jack-in), even with deps.edn. It “just works.”
But I’ve spent several hours now trying to figure out how to connect to the figwheel REPL via cider-connect-cljs
, and I never get past a peer timeout error (this is with the piggie-back middleware etc). Is there a simple example somewhere, or does anyone have any idea why this might be more difficult?