Violets-Purgatory/pm2-process.json

8 lines
148 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:01:00 -06:00
}
2024-11-24 21:58:45 -06:00
}