Skip to content

Commit

Permalink
home: Switch to single instance mode to run with Bun
Browse files Browse the repository at this point in the history
  • Loading branch information
ThrRip committed Sep 12, 2023
1 parent d6ff187 commit aa47947
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/home/ecosystem.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ module.exports = {
script: './.output/server/index.mjs',
interpreter: 'bun',
port: 22320,
exec_mode: 'cluster',
instances: 'max',
max_memory_restart: '150M',
max_memory_restart: '300M',
env: {
'NITRO_PORT': 22320
}
Expand Down

0 comments on commit aa47947

Please sign in to comment.