diff --git a/ecosystem.config.js b/ecosystem.config.js index 6aea480..9be641c 100644 --- a/ecosystem.config.js +++ b/ecosystem.config.js @@ -2,7 +2,7 @@ module.exports = { apps: [ { name: process.env.APP_NAME || 'entgamers-website', - script: 'bun', + script: '~/.bun/bin/bun', args: 'start', interpreter: '~/.bun/bin/bun', env: {