swiftwasm/carton

Customize watcher directory

pnewell opened this issue · 0 comments

I have my code separated out into multiple packages to make sharing code easier. It looks like carton dev only watches the package directory it was run in, is it possible to also specify other directories for it to watch (where the other packages are)? I am storing most of my code in separate local packages so I can reuse it in native apps, but that means as a build out UI elements, etc it doesn't rebuild on change.