From 8e846d9c9fb5c5175f6293cf07c525b13e4b636a Mon Sep 17 00:00:00 2001 From: ikechan8370 Date: Thu, 14 Dec 2023 17:44:15 +0800 Subject: [PATCH] fix: add package patch --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index ebe0814..688590f 100644 --- a/package.json +++ b/package.json @@ -50,5 +50,10 @@ "devDependencies": { "ts-node": "^10.9.1", "ts-node-register": "^1.0.0" + }, + "pnpm": { + "patchedDependencies": { + "@google/generative-ai@0.1.1": "patches/@google__generative-ai@0.1.1.patch" + } } }