diff --git a/ecosystem.config.js b/ecosystem.config.js index 0b9f6e8c..080f8d0c 100644 --- a/ecosystem.config.js +++ b/ecosystem.config.js @@ -27,6 +27,7 @@ module.exports = { script: "bun .output/server/index.mjs", env: { NODE_ENV: "production", + PORT: 8202, }, }, ],