just
just copied to clipboard
Add Task for watch/dev mode - Checks for file changes in directories and runs scripts
Add a Task for for watch mode or dev mode. Where if a file changes under a provided folder structure we can run npm scripts.
This will enable us to have fast prototypes and avoid running bundle/build commands each time. Very similar to nodemon --watch