fix: interpreter to use pm2 2

This commit is contained in:
2023-09-14 14:49:04 -06:00
parent 3a831acaee
commit f59a7cc091
+1 -1
View File
@@ -2,7 +2,7 @@ module.exports = {
apps: [ apps: [
{ {
name: process.env.APP_NAME || 'entgamers-website', name: process.env.APP_NAME || 'entgamers-website',
script: 'bun', script: '~/.bun/bin/bun',
args: 'start', args: 'start',
interpreter: '~/.bun/bin/bun', interpreter: '~/.bun/bin/bun',
env: { env: {