refactor: massive codebase stabilization, strict TS, UI/UX overhaul, and central logging

This commit is contained in:
iqubik
2026-03-28 18:33:13 +03:00
parent 388417cec9
commit 8f8a3bf724
69 changed files with 4272 additions and 1693 deletions
+3 -1
View File
@@ -29,8 +29,10 @@ services:
JWT_SECRET: ${JWT_SECRET:-secretKey}
ADMIN_LOGIN: ${ADMIN_LOGIN:-admin}
ADMIN_PASSWORD: ${ADMIN_PASSWORD:-admin}
PORT: ${PORT:-3000}
LOG_LEVEL: ${LOG_LEVEL:-error}
ports:
- "3000:3000"
- "${PORT:-3000}:${PORT:-3000}"
networks:
- app-network