Hey, just bumped into this and I was wondering do multiple running shadow-cljs processes conflict with each other even if they're running from separate projects? If that's the case is there any way to set them up so they don't do that? The reason I ask is that the file watchers keep failing and I have to manually touch the files to trigger a recompile or trigger them from the dashboard
separate projects should not conflict no. dunno why a file watcher would fail, maybe if they are running inside containers (e.g. docker)
Nope they're running on macos directly
I've been doing a lot of killing the shadow-cljs and restarting which seems to fix the issue for a little while, let me see if I can figure out how to repro it
are there any shared folders or so between the projects? or are they all completely in their own folders?
They're all completely separate projects Also if this is helpful, this is on macos