chore: add Keyv package for improved caching and key-value storage
- Added Keyv package (v5.3.1) to package.json for flexible key-value storage - Updated package-lock.json with Keyv and related dependencies - Simplified Dockerfile dependency management - Removed unnecessary buffer and readable-stream package duplicates
This commit is contained in:
parent
4d4de411f2
commit
18582c1fdc
3 changed files with 496 additions and 406 deletions
|
@ -28,6 +28,7 @@
|
|||
"fastify-plugin": "^5.0.0",
|
||||
"graphql": "^16.10.0",
|
||||
"jsonwebtoken": "^9.0.2",
|
||||
"keyv": "^5.3.1",
|
||||
"mercurius": "^16.1.0",
|
||||
"mercurius-codegen": "^6.0.1",
|
||||
"minio": "^8.0.4",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue