statusPage/pm2.json
2024-10-11 21:16:43 -04:00

6 lines
No EOL
71 B
JSON

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