Violets-Purgatory/pm2-process.json

9 lines
181 B
JSON
Raw Normal View History

2024-11-24 21:58:45 -06:00
{
"script": "index.js",
"watch": true,
"ignore_watch": ["cached", ".*"],
"watch_options": {
"followSymlinks": false
2024-11-24 22:06:41 -06:00
},
"name": "Violets-Purgatory"
2024-11-24 21:58:45 -06:00
}