Skip to content

Commit

Permalink
fix(pm2): update script
Browse files Browse the repository at this point in the history
  • Loading branch information
lambiengcode committed Apr 27, 2024
1 parent 28f0ad4 commit 2f02eef
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,7 +2,7 @@ module.exports = {
apps: [
{
name: 'waterbus.sfu.ws.01',
script: 'dist/src/main.js',
script: 'dist/main.js',
instances: 1, // can set is "max" for using max of processors
autorestart: true,
watch: false,
Expand Down

0 comments on commit 2f02eef

Please sign in to comment.