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