There was an error while loading. Please reload this page.
1 parent 3f4385d commit 080a90cCopy full SHA for 080a90c
1 file changed
scripts/guard.ts
@@ -184,6 +184,11 @@ const residualAllowedPathPrefixes = [
184
];
185
186
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$/,
192
// Vendored upstream Zara template runtimes — one design template per template,
193
// name prefix `html-ppt-zhangzara-` (zarazhangrui/beautiful-html-templates).
194
// Only the vendored deck-stage runtime asset is allowlisted; any other
0 commit comments