perf: defer unconfigured gateway hooks

This commit is contained in:
Peter Steinberger
2026-04-20 19:46:13 +01:00
parent ee54a8d298
commit cf7b906216
14 changed files with 443 additions and 253 deletions

View File

@@ -70,10 +70,6 @@ export const BUILD_ALL_STEPS = [
label: "copy-hook-metadata",
kind: "node",
args: ["--import", "tsx", "scripts/copy-hook-metadata.ts"],
cache: {
inputs: ["scripts/copy-hook-metadata.ts", "scripts/lib/copy-assets.ts", "src/hooks/bundled"],
outputs: ["dist/bundled"],
},
},
{
label: "copy-export-html-templates",