Violets-Purgatory/pm2-process.json
2024-11-24 22:01:00 -06:00

8 lines
No EOL
148 B
JSON

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