api.violets-purgatory.dev/pm2-process.json

10 lines
175 B
JSON

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