fix: interpreter to use pm2 2
This commit is contained in:
+1
-1
@@ -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: {
|
||||||
|
|||||||
Reference in New Issue
Block a user