From efe6097cebcc10a20f7b2853346c3cb047f3d3ef Mon Sep 17 00:00:00 2001 From: Ilango Date: Tue, 20 Feb 2024 11:31:07 +0530 Subject: [PATCH] Fix dev/start error with qdrant --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 5f5f5812..a296ed6c 100644 --- a/package.json +++ b/package.json @@ -53,5 +53,8 @@ }, "engines": { "node": ">=18.15.0" + }, + "resolutions": { + "@qdrant/openapi-typescript-fetch": "1.2.1" } }