diff --git a/ecosystem.config.js b/ecosystem.config.js index 98f59ab..268312d 100644 --- a/ecosystem.config.js +++ b/ecosystem.config.js @@ -2,7 +2,7 @@ module.exports = { apps: [ { name: process.env.APP_NAME || 'entgamers-website', - script: 'yarn', + script: 'bun', args: 'run start', env: { NODE_ENV: 'production',