Description
Watches files and directories for changes from scripts or the terminal. It is useful for developers who want to rerun builds, tests, generators, or other commands whenever project files change.
Watch commands can trigger many actions quickly. Be careful when the triggered command writes files, deletes output, starts servers, or handles untrusted paths.