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