Run frontend PM2 process on port 3000

This commit is contained in:
2026-08-26 14:38:29 +02:00
parent fbb84b037c
commit a0ccce04a3
+1 -1
View File
@@ -10,7 +10,7 @@ module.exports = {
name: 'hope-events-frontend',
cwd: __dirname + '/frontend',
script: 'npm',
args: 'start -- -p 3001',
args: 'start -- -p 3000',
env: { NODE_ENV: 'production' },
},
],