UNPKG

get-express-starter

Version:

Get production ready express boilerplate with a single command

19 lines (18 loc) 302 B
{ "apps": [ { "name": "app", "script": "./dist/index.js", "instances": 1, "autorestart": true, "watch": false, "time": true, "env_production": { "NODE_ENV": "production" }, "env_test": { "NODE_ENV": "test" } } ] }