This repository has been archived on 2022-10-07. You can view files and clone it, but cannot push or open issues or pull requests.
skynet-webportal/pm2.json

10 lines
146 B
JSON
Raw Normal View History

2020-01-31 20:18:58 +00:00
{
"apps": [
{
2020-02-17 12:48:04 +00:00
"name": "skynet-api",
2020-01-31 20:18:58 +00:00
"script": "yarn",
2020-02-17 12:48:04 +00:00
"args": "start:server",
2020-01-31 20:18:58 +00:00
"interpreter": "/bin/bash"
}
]
}