Files
HKSingleParty/03_source/api_server.del/ecosystem.config.json
2025-05-28 09:55:51 +08:00

15 lines
237 B
JSON

{
"apps": [
{
"name": "app",
"script": "build/src/index.js",
"instances": 1,
"autorestart": true,
"watch": false,
"time": true,
"env": {
"NODE_ENV": "production"
}
}
]
}