From 45e01538c9a2b6c992caf98430754a17c065906c Mon Sep 17 00:00:00 2001 From: admin Date: Tue, 25 Aug 2026 17:27:12 +0000 Subject: [PATCH 1/2] Update ecosystem.config.cjs --- ecosystem.config.cjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecosystem.config.cjs b/ecosystem.config.cjs index d9b969d..47186b0 100644 --- a/ecosystem.config.cjs +++ b/ecosystem.config.cjs @@ -5,7 +5,7 @@ module.exports = { script: "npm", args: "run start", cwd: __dirname, - env: { + env: { NODE_ENV: "production", PORT: "11002", }, From 7d59860ffecbf35808eae96cb563b45d5756ba26 Mon Sep 17 00:00:00 2001 From: admin Date: Tue, 25 Aug 2026 17:28:22 +0000 Subject: [PATCH 2/2] Update env.d.ts --- env.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/env.d.ts b/env.d.ts index 8d2f951..69b0da5 100644 --- a/env.d.ts +++ b/env.d.ts @@ -1,2 +1,3 @@ /// /// + \ No newline at end of file