From 2b8723d93a3be8044ffa65dcf4c9a07e66835a89 Mon Sep 17 00:00:00 2001 From: Emily Date: Sun, 2 Jun 2024 16:29:43 +0200 Subject: [PATCH] update ecosystem --- broker/ecosystem.config.example.cjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/broker/ecosystem.config.example.cjs b/broker/ecosystem.config.example.cjs index 677e9ad..16739f6 100644 --- a/broker/ecosystem.config.example.cjs +++ b/broker/ecosystem.config.example.cjs @@ -5,7 +5,7 @@ module.exports = { port: '3000', exec_mode: 'cluster', instances: '2', - script: './dist/index.js', + script: './dist/broker/src/index.js', env: { EMAIL_SERVICE: "", EMAIL_HOST: "",