The part which I have struggled with when using polylith is more around things like shadow, ie how to configure it when you have multiple projects shadow file in each project or one at the root and how to make it work with the development area, does the new branch help with this by any chance ?
I currently launch my projects in this fashion "clj -M:blog:shadow-cljs-run watch blog" so root shadow file specify the alias from the root deps.edn for the deps then I have shadow builds to match the projects for the most part this works as I can share code by using between clj and cljs but it feels like there could be a better solution out there ?