1
0
Code Issues Pull Requests Projects Releases Wiki Activity GitHub Gitee

nodemon 在 json 文件变化时不重启程序

This commit is contained in:
程序员小墨 2022-07-24 00:36:18 +08:00
parent 63c5491101
commit da446224eb
2 changed files with 8 additions and 1 deletions

1
.gitignore vendored
View File

@ -5,4 +5,3 @@ node_modules
.VSCodeCounter .VSCodeCounter
data/* data/*
!data/.gitkeep

8
nodemon.json Normal file
View File

@ -0,0 +1,8 @@
{
"ignore": [
".git",
".svn",
"node_modules/**/node_modules"
],
"ext": "js"
}