Change PM2 app port to 3001
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
d9d156d0a8
commit
57c5594963
|
|
@ -32,7 +32,7 @@ module.exports = {
|
|||
env: {
|
||||
NODE_ENV: 'production',
|
||||
NODE_OPTIONS: '--no-deprecation',
|
||||
PORT: 3000,
|
||||
PORT: 3001,
|
||||
},
|
||||
|
||||
// Logs (relative to cwd). Create ./logs or change these paths.
|
||||
|
|
|
|||
Loading…
Reference in New Issue