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",
|
||||
"watch": true,
|
||||
"ignore_watch": ["cache", "cache.json"],
|
||||
"ignore_watch": ["cache", "cache.json", ".*"],
|
||||
"watch_options": {
|
||||
"followSymlinks": false
|
||||
},
|
Loading…
Reference in a new issue