SumAI-Search / ecosystem.config.cjs
github-actions[bot]
Sync to HuggingFace Spaces
6b3405c
raw
history blame contribute delete
250 Bytes
// eslint-disable-next-line no-undef
module.exports = {
apps: [
{
name: "production-server",
script: "npm",
args: "start -- --host",
instances: "max",
env: {
NODE_ENV: "production",
},
},
],
};