Skip to content

Commit

Permalink
home: Switch the server runtime to Bun
Browse files Browse the repository at this point in the history
  • Loading branch information
ThrRip committed Sep 12, 2023
1 parent 1879939 commit d6ff187
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/home/ecosystem.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module.exports = {
{
name: 'mzg.fan-home',
script: './.output/server/index.mjs',
interpreter: 'bun',
port: 22320,
exec_mode: 'cluster',
instances: 'max',
Expand Down

0 comments on commit d6ff187

Please sign in to comment.