Violets-Purgatory/pm2-process.json
2024-11-24 21:58:45 -06:00

9 lines
No EOL
181 B
JSON

{
"script": "index.js",
"watch": true,
"ignore_watch": ["cached", ".*"],
"watch_options": {
"followSymlinks": false
},
"name": "Violets-Purgatory"
}