最佳答案
我想从 NodeMon 的监视中排除一些特定的文件。我如何做到这一点?
我现有的配置:
nodemon: {
all: {
script: 'app.js',
options: {
watchedExtensions: ['js']
}
}