Fix constant restarts, rename file
This commit is contained in:
parent
fc83d9a28f
commit
06e39619e4
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": ["cache", "cache.json"],
|
"ignore_watch": ["cache", "cache.json", ".*"],
|
||||||
"watch_options": {
|
"watch_options": {
|
||||||
"followSymlinks": false
|
"followSymlinks": false
|
||||||
},
|
},
|
Loading…
Reference in a new issue