Fix dev/start error with qdrant

This commit is contained in:
Ilango
2024-02-20 11:31:07 +05:30
parent 9cb901c817
commit efe6097ceb
+3
View File
@@ -53,5 +53,8 @@
}, },
"engines": { "engines": {
"node": ">=18.15.0" "node": ">=18.15.0"
},
"resolutions": {
"@qdrant/openapi-typescript-fetch": "1.2.1"
} }
} }