@foo what's the process with fireplace? do you ./task dev
, then in vim do :fireplace:7889
or something (idk, it's been a while since i've used vim)?
after ./task dev, you run ':Connect 7888' for backend, or ':Connect 7890' ':Piggieback :app' for frontend
cool, then ./task dev
followed by cider-jack-in-cljs
should work for cider once it knows the ports
edit: port 7890 for frontend, not 7889. That'll change in a minute though; I'm about to write and push a commit that'll run shadow-cljs in the same process as biff. then it'll be port 7888 for everything.
k