我认为nodemon应该默认监视所有目录的更改(期望node_module等)。
nodemon /bin/www 3000
但它只监视根文件夹中文件的更改。
nodemon /bin/www 3000
[nodemon] 1.9.1
[nodemon] to restart at any time, enter `rs`
[nodemon] watching: *.*
[nodemon] starting `node ./bin/www /bin/www 3000`
如何指定它观察项目中的所有文件夹?