Files
RSSHub/process.json
2024-02-26 00:52:44 +08:00

14 lines
256 B
JSON

{
"apps": [
{
"name": "rsshub",
"script": "lib/index.ts",
"instances": "max",
"exec_mode": "cluster",
"env": {
"NODE_ENV": "production"
}
}
]
}