Violets-Cache/process.json

10 lines
162 B
JSON
Raw Normal View History

2024-08-08 22:59:05 -05:00
{
"script": "index.js",
"watch": true,
"ignore_watch": ["cache"],
"watch_options": {
"followSymlinks": false
},
"name": "Cache"
}