Potentially fix constant restarts
This commit is contained in:
parent
3f3f4ecc66
commit
a7372c13e0
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"script": "index.js",
|
"script": "index.js",
|
||||||
"watch": true,
|
"watch": true,
|
||||||
"ignore_watch": ["data"],
|
"ignore_watch": ["data", ".*"],
|
||||||
"watch_options": {
|
"watch_options": {
|
||||||
"followSymlinks": false
|
"followSymlinks": false
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue