Authored by 姜枫

add pm2 start script file

{
"apps": [
{
"name": "yohobuy-shop",
"script": "index.js",
"instances": "max",
"exec_mode": "cluster",
"merge_logs": true,
"log_data_format": "YYYY-MM-DD HH:mm Z",
"env": {
"PORT": 30016
}
}
]
}
... ...