Skip to content

Commit

Permalink
chore: remove args from pm2 ecosystem config file
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsandoz committed Jun 30, 2024
1 parent 62410f3 commit 255fae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecosystem.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ module.exports = {
apps: [
{
name: process.env.PM2_APP_NAME,
port: 3000,
exec_mode: 'cluster',
instances: 'max',
script: './.output/server/index.mjs',
args: 'start',
merge_logs: true,
cwd: process.env.PWD,
},
Expand Down

0 comments on commit 255fae1

Please sign in to comment.