添加 server 启动

This commit is contained in:
sin
2019-03-26 13:18:53 +08:00
parent 2d978d5168
commit 30c2379a7c
9 changed files with 195 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "admin-web",
"script": "./server.prod.js",
"instances": "2",
"env": {
"NODE_ENV": "development"
},
"env_production": {
"NODE_ENV": "production"
}
}