diff --git a/routes/_app.tsx b/routes/_app.tsx index 98e67618..71f2596e 100644 --- a/routes/_app.tsx +++ b/routes/_app.tsx @@ -41,4 +41,4 @@ export default defineApp(async (_req, ctx) => { /> ); -}); \ No newline at end of file +}); diff --git a/runtime.ts b/runtime.ts index ae1c6437..f45dd835 100644 --- a/runtime.ts +++ b/runtime.ts @@ -7,13 +7,12 @@ import type { Manifest as ManifestWake } from "apps/wake/manifest.gen.ts"; import type { Manifest as ManifestLinx } from "apps/linx/manifest.gen.ts"; import type { Manifest as ManifestNuvemshop } from "apps/nuvemshop/manifest.gen.ts"; - export const invoke = proxy< - Manifest - & ManifestVNDA - & ManifestVTEX - & ManifestShopify - & ManifestWake - & ManifestLinx + & Manifest + & ManifestVNDA + & ManifestVTEX + & ManifestShopify + & ManifestWake + & ManifestLinx & ManifestNuvemshop >(); diff --git a/sections/Product/SearchResult.tsx b/sections/Product/SearchResult.tsx index 5cdd621a..a9e50fed 100644 --- a/sections/Product/SearchResult.tsx +++ b/sections/Product/SearchResult.tsx @@ -8,4 +8,4 @@ export function LoadingFallback() { ); } -export const partialMode = "append" +export const partialMode = "append";