build(pnpm): 更新 onlyBuiltDependencies 配置 [skip ci]

This commit is contained in:
严浩
2025-10-23 16:33:31 +08:00
parent 4e43500084
commit cec32dceb2
2 changed files with 11 additions and 2 deletions

View File

@@ -39,7 +39,15 @@
"pnpm": {
"overrides": {
"vue-tsc": "$vue-tsc"
}
},
"onlyBuiltDependencies": [
"@parcel/watcher",
"esbuild",
"oxc-resolver",
"sharp",
"vue-demi",
"workerd"
]
},
"dependencies": {
"@commitlint/cli": "^20.0.0",

View File

@@ -1,5 +1,5 @@
/* eslint-disable */
// Generated by Wrangler by running `wrangler types` (hash: aa93ac8c91075e71741fc97806bcd0bd)
// Generated by Wrangler by running `wrangler types` (hash: b487ccbfcb48074f7cafff7488cb3acb)
// Runtime types generated with workerd@1.20251008.0 2025-09-09
declare namespace Cloudflare {
interface GlobalProps {
@@ -13,6 +13,7 @@ declare namespace Cloudflare {
VITE_APP_BUILD_COMMIT: string;
VITE_APP_BUILD_TIME: string;
VITE_ENABLE_VUE_DEVTOOLS: string;
VITE_MENU_SHOW_DEMOS: string;
}
}
interface Env extends Cloudflare.Env {}