curate/pm2.json
2020-08-10 23:08:26 -05:00

9 lines
96 B
JSON

{
"apps": [
{
"name": "LBRYCurate",
"script": "node",
"args": "src/bot.js"
}
]
}