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: "",