From 2533f0dffcf416068be3acea8d72d89d0bb09977 Mon Sep 17 00:00:00 2001 From: NAME Date: Sun, 31 May 2026 06:27:59 +0000 Subject: [PATCH] Update --- ecosystem.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecosystem.config.js b/ecosystem.config.js index 54d68f9..19c8f13 100644 --- a/ecosystem.config.js +++ b/ecosystem.config.js @@ -2,7 +2,7 @@ module.exports = { apps: [ { name: 'nestjs-xnews-service', - script: 'dist/main.js', + script: 'dist/src/main.js', // Cấu hình quan trọng instances: 1, // Chỉ chạy duy nhất 1 bản ghi exec_mode: 'fork', // Chế độ fork (mặc định cho 1 instance)