This commit is contained in:
bingus_violet 2024-08-08 23:07:19 -05:00
parent a94cfb6828
commit fc83d9a28f

View file

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