Update port
Some checks failed
Deploy / deploy (push) Failing after 11s

This commit is contained in:
Leonardo Murça 2025-06-04 21:47:27 -03:00
parent 8a4e8e639f
commit a1ea1d0b1f

View file

@ -11,7 +11,7 @@ module.exports = {
max_memory_restart: '1G',
env: {
NODE_ENV: 'production',
PORT: 7280,
PORT: '7280',
},
},
],
@ -27,7 +27,7 @@ module.exports = {
'post-deploy':
'npm run build && pm2 reload ecosystem.config.cjs --only embroidery-viewer --env production && pm2 save',
env: {
PORT: 7280,
PORT: '7280',
NODE_ENV: 'production',
},
},