mirror of
https://github.com/detleph/server.git
synced 2026-09-04 08:36:06 +02:00
Add schema valiation
+ Using zod for validation + Add SchemaError
This commit is contained in:
+2
-1
@@ -31,7 +31,8 @@
|
||||
"jsonwebtoken": "^8.5.1",
|
||||
"nodemailer": "^6.7.0",
|
||||
"redis": "^3.1.2",
|
||||
"winston": "^3.7.2"
|
||||
"winston": "^3.7.2",
|
||||
"zod": "^3.14.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/chai": "^4.2.22",
|
||||
|
||||
Reference in New Issue
Block a user