Skip to content

Commit

Permalink
#update: thuannvv update pm2 system
Browse files Browse the repository at this point in the history
  • Loading branch information
VanThuan76 committed Jan 8, 2025
1 parent 755d903 commit c6040e8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions ecosystem.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
module.exports = {
apps: [
{
name: 'minimal_english_be_new',
script: './dist/web/app.js',
instances: 'max',
exec_mode: 'cluster',
env: {
NODE_ENV: 'production',
},
env_development: {
NODE_ENV: 'development',
},
},
],
};

0 comments on commit c6040e8

Please sign in to comment.