Select Git revision
Forked from an inaccessible project.
ecosystem.config.json 149 B
{
"apps": [
{
"script": "../server/index.js",
"name": "tv-panel",
"instances": "1",
"exec_mode": "cluster"
}
]
}