feat(logger): setup logger with discord and db logging

This commit is contained in:
2025-08-31 21:35:50 -05:00
parent fc3cfe999a
commit 2e51474a5e
13 changed files with 1577 additions and 20 deletions

View File

@@ -38,14 +38,20 @@
"@dotenvx/dotenvx": "^1.49.0",
"drizzle-kit": "^0.31.4",
"drizzle-orm": "^0.44.5",
"drizzle-zod": "^0.8.3",
"express": "^5.1.0",
"morgan": "^1.10.1",
"mssql": "^11.0.1",
"pg": "^8.16.3",
"postgres": "^3.4.7"
"pino": "^9.9.0",
"pino-pretty": "^13.1.1",
"postgres": "^3.4.7",
"zod": "^4.1.5"
},
"devDependencies": {
"@types/express": "^5.0.3",
"@types/morgan": "^1.9.10",
"@types/mssql": "^9.1.7",
"@types/node": "^24.3.0",
"cz-conventional-changelog": "^3.3.0",
"standard-version": "^9.5.0",