Potentially fix constant restarts

This commit is contained in:
bingus_violet 2024-08-09 05:18:58 -05:00
parent 3f3f4ecc66
commit a7372c13e0

View file

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