build(pnpm): 更新 onlyBuiltDependencies 配置 [skip ci]
This commit is contained in:
10
package.json
10
package.json
@@ -39,7 +39,15 @@
|
|||||||
"pnpm": {
|
"pnpm": {
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"vue-tsc": "$vue-tsc"
|
"vue-tsc": "$vue-tsc"
|
||||||
}
|
},
|
||||||
|
"onlyBuiltDependencies": [
|
||||||
|
"@parcel/watcher",
|
||||||
|
"esbuild",
|
||||||
|
"oxc-resolver",
|
||||||
|
"sharp",
|
||||||
|
"vue-demi",
|
||||||
|
"workerd"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@commitlint/cli": "^20.0.0",
|
"@commitlint/cli": "^20.0.0",
|
||||||
|
|||||||
3
worker-configuration.d.ts
vendored
3
worker-configuration.d.ts
vendored
@@ -1,5 +1,5 @@
|
|||||||
/* eslint-disable */
|
/* 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
|
// Runtime types generated with workerd@1.20251008.0 2025-09-09
|
||||||
declare namespace Cloudflare {
|
declare namespace Cloudflare {
|
||||||
interface GlobalProps {
|
interface GlobalProps {
|
||||||
@@ -13,6 +13,7 @@ declare namespace Cloudflare {
|
|||||||
VITE_APP_BUILD_COMMIT: string;
|
VITE_APP_BUILD_COMMIT: string;
|
||||||
VITE_APP_BUILD_TIME: string;
|
VITE_APP_BUILD_TIME: string;
|
||||||
VITE_ENABLE_VUE_DEVTOOLS: string;
|
VITE_ENABLE_VUE_DEVTOOLS: string;
|
||||||
|
VITE_MENU_SHOW_DEMOS: string;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
interface Env extends Cloudflare.Env {}
|
interface Env extends Cloudflare.Env {}
|
||||||
|
|||||||
Reference in New Issue
Block a user