Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: watch script regardless of extension
Fixes the issue where express is a js based project, but the executable is `www`, so it misses on the match. So now nodemon will watch for matching extensions but *also* the script the user gave. Fixes #461 Note that this can't handle the situation where npm is used to run `node ./bin/www` as nodemon can't split out a package script command.
- Loading branch information