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: [
{
name: process.env.APP_NAME || 'entgamers-website',
script: 'bun',
script: '~/.bun/bin/bun',
args: 'start',
interpreter: '~/.bun/bin/bun',
env: {