mirror of
https://github.com/detleph/server.git
synced 2026-09-04 00:26:03 +02:00
Fix: Add winston; And: Add custom error handlers
+ addCustomHandler() + removeCustomHandler()
This commit is contained in:
+2
-1
@@ -30,7 +30,8 @@
|
||||
"express-async-errors": "^3.1.1",
|
||||
"jsonwebtoken": "^8.5.1",
|
||||
"nodemailer": "^6.7.0",
|
||||
"redis": "^3.1.2"
|
||||
"redis": "^3.1.2",
|
||||
"winston": "^3.7.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/chai": "^4.2.22",
|
||||
|
||||
Reference in New Issue
Block a user