From 833e7ce331fdac1a3b35a3fa6fbdfff4cf4cc84a Mon Sep 17 00:00:00 2001 From: kaga11 Date: Sun, 14 Sep 2025 12:18:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0pnpm=20=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E5=8C=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 5 ++++- pnpm-workspace.yaml | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3cc61841..0b304cea 100644 --- a/.gitignore +++ b/.gitignore @@ -42,4 +42,7 @@ next-env.d.ts .contentlayer # source -.source \ No newline at end of file +.source + +# package管理 +.package-lock.json \ No newline at end of file diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index efc037aa..58c0a314 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,2 +1,5 @@ +packages: + - "." + onlyBuiltDependencies: - esbuild