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: [
{
name: process.env.APP_NAME || 'entgamers-website',
script: 'yarn',
script: 'bun',
args: 'run start',
env: {
NODE_ENV: 'production',