From 85b6f0d46d2b71eacfcfa7b0e3362d25f23b3fbf Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 17:53:07 +0000 Subject: [PATCH] Changes Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com> --- src/routeTree.gen.ts | 9 --------- supabase/config.toml | 4 ++-- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/src/routeTree.gen.ts b/src/routeTree.gen.ts index 0bb5aca..0fe84b5 100644 --- a/src/routeTree.gen.ts +++ b/src/routeTree.gen.ts @@ -670,12 +670,3 @@ const rootRouteChildren: RootRouteChildren = { export const routeTree = rootRouteImport ._addFileChildren(rootRouteChildren) ._addFileTypes() - -import type { getRouter } from './router.tsx' -import type { createStart } from '@tanstack/react-start' -declare module '@tanstack/react-start' { - interface Register { - ssr: true - router: Awaited> - } -} diff --git a/supabase/config.toml b/supabase/config.toml index 187b0d3..8e774b9 100644 --- a/supabase/config.toml +++ b/supabase/config.toml @@ -6,8 +6,8 @@ verify_jwt = false [functions.get-paddle-price] verify_jwt = false -[functions.generate-skill-markdown] -verify_jwt = false +# generate-skill-markdown: verify_jwt = true (default). Chamada do painel via +# supabase.functions.invoke já anexa o JWT do usuário autenticado. [functions.test-skill-dry-run] verify_jwt = false