react-redux-express
Version:
React fullstack generator with express,redux, and some components.
18 lines (17 loc) • 413 B
JSON
{
"apps": [{
"name": "stark",
"script": "./build/server.js",
"log_date_format": "YYYY-MM-DD HH:mm Z",
"out_file": "./logs/stark.log",
"error_file": "./logs/stark.err.log",
"pid_file": "./logs/stark.pid",
"ignoreWatch": ["[\\/\\\\]\\./", "node_modules"],
"watch": "true",
"exec_mode": "cluster",
"instances": "5",
"env": {
"NODE_ENV": "production",
}
}]
}