fix: pm2 run with bun

This commit is contained in:
2024-07-31 18:44:51 -06:00
parent ec196b2850
commit f8018048bc
+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: 'yarn', script: 'bun',
args: 'run start', args: 'run start',
env: { env: {
NODE_ENV: 'production', NODE_ENV: 'production',