feat: error handling and logger

This commit is contained in:
2026-02-19 16:10:35 -08:00
parent 41ade975f9
commit f28e2e37c0
10 changed files with 248 additions and 3 deletions
+8
View File
@@ -56,6 +56,9 @@ importers:
'@fastify/static':
specifier: ^9.0.0
version: 9.0.0
'@nhcarrigan/logger':
specifier: 1.1.1
version: 1.1.1
'@prisma/client':
specifier: 6.19.2
version: 6.19.2(prisma@6.19.2(typescript@5.9.3))(typescript@5.9.3)
@@ -2488,6 +2491,9 @@ packages:
typescript: '>=5'
vitest: '>=2'
'@nhcarrigan/logger@1.1.1':
resolution: {integrity: sha512-P6OEQFHDtf6psybYGljuCxkSW6DLQCsx1aZZ3w4YKBXHBFjDbhuvpM9K1kPhVN48hakitx2WPLEoIFr6YZELYw==}
'@noble/hashes@1.4.0':
resolution: {integrity: sha512-V1JJ1WTRUqHHrOSh597hURcMqVKVGL/ea3kv0gSnEdsEZ0/+VyPghM1lMNGc00z7CIQorSvbKpuJkxvuHbvdbg==}
engines: {node: '>= 16'}
@@ -12722,6 +12728,8 @@ snapshots:
- eslint-import-resolver-webpack
- supports-color
'@nhcarrigan/logger@1.1.1': {}
'@noble/hashes@1.4.0': {}
'@nodelib/fs.scandir@2.1.5':