From f2f3ce384b49ef44e9467ef4a707f8d9ba8079a1 Mon Sep 17 00:00:00 2001 From: igoramf Date: Mon, 22 Jun 2026 18:55:06 -0300 Subject: [PATCH] fix(cms): skip vtex/sections/Analytics/Vtex.tsx from Fresh decofiles Sites migrated from Fresh/Deno have this type in their decofile (synced via GitHub Action from the legacy repo) but no TanStack equivalent, generating hundreds of WARN logs per hour per site. Co-Authored-By: Claude Sonnet 4.6 --- src/cms/resolve.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cms/resolve.ts b/src/cms/resolve.ts index eb68d19d..437ac8ab 100644 --- a/src/cms/resolve.ts +++ b/src/cms/resolve.ts @@ -311,6 +311,7 @@ const SKIP_RESOLVE_TYPES = new Set([ "htmx/sections/htmx.tsx", "website/sections/Analytics/Analytics.tsx", "algolia/sections/Analytics/Algolia.tsx", + "vtex/sections/Analytics/Vtex.tsx", "shopify/loaders/proxy.ts", "vtex/loaders/proxy.ts", "website/loaders/pages.ts",