refactor: rename PORT to SERVER_PORT for clarity

This commit is contained in:
Haileyesus
2026-03-11 15:55:42 +03:00
parent f3b25bbbab
commit 468ab599be
8 changed files with 22 additions and 22 deletions

View File

@@ -17,7 +17,7 @@
# Backend server port (Express API + WebSocket server)
#API server
PORT=3001
SERVER_PORT=3001
#Frontend port
VITE_PORT=5173