pm2.json 181 Bytes
Newer Older
sin's avatar
sin committed
1
{
sin's avatar
sin committed
2
  "name": "mobile-web",
sin's avatar
sin committed
3
  "script": "./server.prod.js",
4
  "instances": "1",
sin's avatar
sin committed
5 6 7 8 9 10 11
  "env": {
    "NODE_ENV": "development"
  },
  "env_production": {
    "NODE_ENV": "production"
  }
}