From f59a7cc0914b1e5d69cfcc43eddf3ede7de56af1 Mon Sep 17 00:00:00 2001 From: SrJuggernaut Date: Thu, 14 Sep 2023 14:49:04 -0600 Subject: [PATCH] fix: interpreter to use pm2 2 --- ecosystem.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: {