1
0
Fork 0
nodejs-typescript-webpack/pm2.production.json

15 lines
248 B
JSON

{
"apps": [
{
"name": "nodejs-typescript-webpack",
"script": "main.js",
"instances": "max",
"exec_mode": "cluster",
"max_memory_restart": "1G",
"env": {
"NODE_ENV": "production"
}
}
]
}