Violets-Cache/pm2-process.json

10 lines
182 B
JSON
Raw Permalink Normal View History

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