From 1df2fb05f9bded1ce9f3d3293c51f4efc22c1720 Mon Sep 17 00:00:00 2001 From: ThuanHipp <88172491+VanThuan76@users.noreply.github.com> Date: Thu, 9 Jan 2025 14:57:58 +0700 Subject: [PATCH] #fix: thuanvv fix config pm2 --- ecosystem.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecosystem.config.js b/ecosystem.config.js index b96ab2a..0b9d126 100644 --- a/ecosystem.config.js +++ b/ecosystem.config.js @@ -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: {