Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(watch): shut down persistent tasks when we exit watch mode (#9405)
### Description This was causing a nasty non-deterministic bug where sending a SIGINT would cause the turbo process to hang and not exit cleanly...sometimes. ### Testing Instructions Try running `turbo watch dev --skip-infer` on create-turbo and cancelling it with Ctrl-C
- Loading branch information