Readd process.json

This commit is contained in:
bingus_violet 2024-08-08 22:59:05 -05:00
parent 52190b9f04
commit 996b063007

9
process.json Normal file
View file

@ -0,0 +1,9 @@
{
"script": "index.js",
"watch": true,
"ignore_watch": ["cache"],
"watch_options": {
"followSymlinks": false
},
"name": "Cache"
}