statusPage/pm2.json
2024-10-11 19:40:28 -04:00

6 lines
No EOL
70 B
JSON

{
"apps": [{
"name" : "Pulse",
"script" : "./watcher.js"
}]
}