Update ecosystem.config.cjs
Some checks failed
CI / Lint, Unit & Integration Tests (push) Has been cancelled

This commit is contained in:
admin 2026-08-25 17:27:12 +00:00
parent 730a681d46
commit 45e01538c9

View File

@ -5,7 +5,7 @@ module.exports = {
script: "npm", script: "npm",
args: "run start", args: "run start",
cwd: __dirname, cwd: __dirname,
env: { env: {
NODE_ENV: "production", NODE_ENV: "production",
PORT: "11002", PORT: "11002",
}, },