diff --git a/packages/home/ecosystem.config.js b/packages/home/ecosystem.config.js index 7d3121d..0d6e23e 100644 --- a/packages/home/ecosystem.config.js +++ b/packages/home/ecosystem.config.js @@ -3,6 +3,7 @@ module.exports = { { name: 'mzg.fan-home', script: './.output/server/index.mjs', + interpreter: 'bun', port: 22320, exec_mode: 'cluster', instances: 'max',