[MAJOR][FINAL] Moved to postgres, loggers added

This commit is contained in:
2025-09-27 19:22:10 +05:30
parent fd7ceca2ef
commit a150c1b379
96 changed files with 689 additions and 1947 deletions

View File

@@ -30,6 +30,7 @@
"@prisma/client": "^6.16.2",
"bcrypt": "^6.0.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.6.1",
"express": "^4.18.2",
"express-async-errors": "^3.1.1",
@@ -47,6 +48,7 @@
"devDependencies": {
"@types/bcrypt": "^6.0.0",
"@types/cookie-parser": "^1.4.3",
"@types/cors": "^2.8.19",
"@types/express": "^4.17.17",
"@types/find": "^0.2.1",
"@types/fs-extra": "^11.0.1",