nodemon 在 json 文件变化时不重启程序
This commit is contained in:
parent
63c5491101
commit
da446224eb
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,4 +5,3 @@ node_modules
|
||||
.VSCodeCounter
|
||||
|
||||
data/*
|
||||
!data/.gitkeep
|
8
nodemon.json
Normal file
8
nodemon.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"ignore": [
|
||||
".git",
|
||||
".svn",
|
||||
"node_modules/**/node_modules"
|
||||
],
|
||||
"ext": "js"
|
||||
}
|
Loading…
Reference in New Issue
Block a user