UNPKG

get-express-starter

Version:

Get production ready express boilerplate with a single command

16 lines (15 loc) 232 B
{ "apps": [ { "name": "app", "script": "src/index.js", "instances": 1, "autorestart": true, "watch": false, "time": true, "env": { "NODE_ENV": "production" } } ] }