You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: