Update node-pm2-ecosystem.config.js

This commit is contained in:
2025-12-30 19:31:01 +00:00
parent 1176edc35b
commit 281747c8d9

View File

@@ -0,0 +1,13 @@
module.exports = {
apps: [
{
name: "citycards-backend-Testing[9212]",
script: "npm",
args: "start",
env: {
PORT: 9212,
NODE_ENV: "production"
}
}
]
}