Violets-Cache/process.json
2024-08-08 23:07:19 -05:00

10 lines
176 B
JSON

{
"script": "index.js",
"watch": true,
"ignore_watch": ["cache", "cache.json"],
"watch_options": {
"followSymlinks": false
},
"name": "Cache"
}