添加 server 启动
This commit is contained in:
11
mobile-web/server/pm2.json
Normal file
11
mobile-web/server/pm2.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "admin-web",
|
||||
"script": "./server.prod.js",
|
||||
"instances": "2",
|
||||
"env": {
|
||||
"NODE_ENV": "development"
|
||||
},
|
||||
"env_production": {
|
||||
"NODE_ENV": "production"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user