fix: 使用 corepack 启用 pnpm 替代 npm install -g

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
电摇小子
2026-06-01 11:01:37 +08:00
co-authored by Claude Opus 4.7
parent 9cd6061c0f
commit ffe797b3e4
6 changed files with 31 additions and 4 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
{
"files": [],
"references": [{ "path": "./tsconfig.node.json" }, { "path": "./tsconfig.web.json" }]
"references": [{ "path": "./tsconfig.node.json" }, { "path": "./tsconfig.web.json" }],
"include": ["src", "vite-env.d.ts"]
}