api.violets-purgatory.dev/pm2-process.json
2024-08-19 01:02:40 -05:00

10 lines
167 B
JSON

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