Update server.js

This commit is contained in:
NotII
2025-03-10 17:49:07 +00:00
parent 373e13b587
commit 3b0b06f5e3

View File

@@ -36,8 +36,6 @@ import logger from './backend/utils/logger.js';
const dev = process.env.NODE_ENV !== 'production';
const hostname = 'localhost';
// Use port 3000 for the integrated application
// Original backend was on 3001, which is causing the conflict
const port = process.env.PORT || 3000;
// Initialize Next.js