Change PM2 app port to 3001

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Julio Ruiz 2026-08-13 21:04:44 -05:00
parent d9d156d0a8
commit 57c5594963
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ module.exports = {
env: { env: {
NODE_ENV: 'production', NODE_ENV: 'production',
NODE_OPTIONS: '--no-deprecation', NODE_OPTIONS: '--no-deprecation',
PORT: 3000, PORT: 3001,
}, },
// Logs (relative to cwd). Create ./logs or change these paths. // Logs (relative to cwd). Create ./logs or change these paths.