Update application port to 3660 to match server configuration

This commit is contained in:
Hamza-Ayed
2026-03-30 17:19:49 +03:00
parent 3b28389dc3
commit f2c478b6c7
4 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
# Server Port | منفذ الخادم
PORT=3001
PORT=3660
# Environment | بيئة العمل (development, production)
NODE_ENV=development