mirror of
https://github.com/colanode/colanode.git
synced 2025-12-28 16:06:37 +01:00
Add configurable storage backends (File, S3, GCS, Azure) (#225)
This commit is contained in:
@@ -32,12 +32,16 @@
|
||||
"@colanode/crdt": "*",
|
||||
"@fastify/cors": "^11.1.0",
|
||||
"@fastify/websocket": "^11.2.0",
|
||||
"@google-cloud/storage": "^7.15.0",
|
||||
"@langchain/core": "^0.3.78",
|
||||
"@langchain/google-genai": "^0.2.18",
|
||||
"@langchain/langgraph": "^0.4.9",
|
||||
"@langchain/openai": "^0.6.14",
|
||||
"@node-rs/argon2": "^2.0.2",
|
||||
"@redis/client": "^5.8.3",
|
||||
"@tus/azure-store": "^2.0.0",
|
||||
"@tus/file-store": "^2.0.0",
|
||||
"@tus/gcs-store": "^2.0.0",
|
||||
"@tus/s3-store": "^2.0.1",
|
||||
"@tus/server": "^2.3.0",
|
||||
"bullmq": "^5.61.0",
|
||||
|
||||
Reference in New Issue
Block a user