diff --git a/security/ecosystem.config.example.cjs b/security/ecosystem.config.example.cjs index fed03a2..cc4fba9 100644 --- a/security/ecosystem.config.example.cjs +++ b/security/ecosystem.config.example.cjs @@ -3,7 +3,7 @@ module.exports = { { name: 'security', exec_mode: 'fork', - script: './.output/security/src/index.mjs', + script: './dist/security/src/index.js', env: { MONGO_CONNECTION_STRING: "", EMAIL_SERVICE: "",