From f4401d74a2d3da2d0a2d370ce028efbc0d8190a9 Mon Sep 17 00:00:00 2001 From: Emily Date: Thu, 26 Sep 2024 15:53:00 +0200 Subject: [PATCH] fix ecosystem --- security/ecosystem.config.example.cjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/ecosystem.config.example.cjs b/security/ecosystem.config.example.cjs index 77ffa42..fed03a2 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/index.mjs', + script: './.output/security/src/index.mjs', env: { MONGO_CONNECTION_STRING: "", EMAIL_SERVICE: "",