curate/pm2.json
2021-06-23 21:55:35 -05:00

9 lines
96 B
JSON

{
"apps": [
{
"name": "LBRYCurate",
"script": "yarn",
"args": "start:prod"
}
]
}