Fix constant restarts, rename file

This commit is contained in:
bingus_violet 2024-08-09 05:20:20 -05:00
parent fc83d9a28f
commit 06e39619e4

View file

@ -1,7 +1,7 @@
{
"script": "index.js",
"watch": true,
"ignore_watch": ["cache", "cache.json"],
"ignore_watch": ["cache", "cache.json", ".*"],
"watch_options": {
"followSymlinks": false
},