Skip to content

Commit

Permalink
#fix: thuanvv fix config pm2
Browse files Browse the repository at this point in the history
  • Loading branch information
VanThuan76 committed Jan 9, 2025
1 parent 3039307 commit 1df2fb0
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: 'minimal_english_be_new',
script: './dist/web/app.js',
script: './dist/web/server.js',
instances: 'max',
exec_mode: 'cluster',
env: {
Expand Down

0 comments on commit 1df2fb0

Please sign in to comment.