feat: improve error handling

This commit is contained in:
Isaac
2023-06-25 13:41:07 +01:00
parent 47fc7bde43
commit e8b95a2f31
10 changed files with 165 additions and 23 deletions

View File

@@ -52,7 +52,7 @@
"@fastify/cookie": "^6.0.0",
"@fastify/jwt": "^5.0.1",
"@fastify/oauth2": "^5.1.0",
"@prisma/client": "^4.14.1",
"@prisma/client": "^4.16.1",
"boxen": "^7.1.0",
"cryptr": "^6.2.0",
"discord.js": "^14.11.0",
@@ -68,8 +68,9 @@
"node-dir": "^0.1.17",
"node-emoji": "^1.11.0",
"object-diffy": "^1.0.4",
"prisma": "^4.14.1",
"prisma": "^4.16.1",
"semver": "^7.5.1",
"short-unique-id": "^4.4.4",
"spacetime": "^7.4.4",
"terminal-link": "^2.1.1",
"yaml": "^1.10.2"