Add data folder (test for now)

This commit is contained in:
bingus_violet 2024-08-19 01:06:53 -05:00
parent 83f5984928
commit 9b9edfd1c1

View file

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