Skip to content

Commit 080a90c

Browse files
committed
fix(ci): allow generated pricing preview bundle
1 parent 3f4385d commit 080a90c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

scripts/guard.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,11 @@ const residualAllowedPathPrefixes = [
184184
];
185185

186186
const residualAllowedPathPatterns: RegExp[] = [
187+
// Vite-generated browser entry for the isolated Pricing review route. The
188+
// checked-in static build is served verbatim by the landing-page wrapper,
189+
// so its content-hashed JavaScript filename cannot be converted to a
190+
// project-owned TypeScript source file.
191+
/^apps\/landing-page\/public\/pricing-e-final\/assets\/index-[A-Za-z0-9_-]+\.js$/,
187192
// Vendored upstream Zara template runtimes — one design template per template,
188193
// name prefix `html-ppt-zhangzara-` (zarazhangrui/beautiful-html-templates).
189194
// Only the vendored deck-stage runtime asset is allowlisted; any other

0 commit comments

Comments
 (0)