Fork me on GitHub
#cider
<
2021-05-02
>
Drew Verlee03:05:37

Given a project that contains clj, cljc and cljs. One where the need to start a backend server and a figwheel server. I'm I correct in assuming the best way to do this is to setup my dir locals file so it triggers starting both servers and then running cider jack in clj&cljs? What I'm currently doing is jacking in twice, a new cljs (not a sibling) as the other way to throws an error, I believe about missing middle ware.

Matti Uusitalo14:05:52

Jack in clj&cljs should “just work”. Is it a leiningen , boot or deps.edn project

Drew Verlee19:05:08

@matti deps.edn a rum project with figwheel https://github.com/drewverlee/garlic