diff --git a/package.json b/package.json index a79bae2..61eeac2 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/worker-configuration.d.ts b/worker-configuration.d.ts index 071c096..ab07967 100644 --- a/worker-configuration.d.ts +++ b/worker-configuration.d.ts @@ -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 {}