fix: change server port to 3002 to avoid conflict with rawaj-v2

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
fahed
2026-03-26 16:49:59 +03:00
parent 4ed4d83257
commit ea71e54058
3 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ const __dirname = dirname(fileURLToPath(import.meta.url));
dotenv.config({ path: resolve(__dirname, '..', '.env') });
export const server = {
port: parseInt(process.env.SERVER_PORT || '3001', 10),
port: parseInt(process.env.SERVER_PORT || '3002', 10),
};
export const salla = {