From b1e4d2d7e721261564645d762672823d68ccfed8 Mon Sep 17 00:00:00 2001 From: dongzp <975303544@qq.com> Date: Thu, 4 Jun 2026 12:50:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7pnpm=E5=88=B0=E6=9C=80?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 5 ----- pnpm-workspace.yaml | 4 ++++ 2 files changed, 4 insertions(+), 5 deletions(-) create mode 100644 pnpm-workspace.yaml diff --git a/package.json b/package.json index 2983ca0..9dcfc56 100644 --- a/package.json +++ b/package.json @@ -11,10 +11,5 @@ }, "dependencies": { "sqlite3": "^6.0.1" - }, - "pnpm": { - "onlyBuiltDependencies": [ - "sqlite3" - ] } } diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml new file mode 100644 index 0000000..200e7e2 --- /dev/null +++ b/pnpm-workspace.yaml @@ -0,0 +1,4 @@ +packages: + - "*" +allowBuilds: + sqlite3: true \ No newline at end of file