mirror of
https://github.com/domfelipe/mika-agent-assist.git
synced 2026-08-07 10:56:44 +00:00
Changes
Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
parent
4a331d6a69
commit
85b6f0d46d
2 changed files with 2 additions and 11 deletions
|
|
@ -670,12 +670,3 @@ const rootRouteChildren: RootRouteChildren = {
|
||||||
export const routeTree = rootRouteImport
|
export const routeTree = rootRouteImport
|
||||||
._addFileChildren(rootRouteChildren)
|
._addFileChildren(rootRouteChildren)
|
||||||
._addFileTypes<FileRouteTypes>()
|
._addFileTypes<FileRouteTypes>()
|
||||||
|
|
||||||
import type { getRouter } from './router.tsx'
|
|
||||||
import type { createStart } from '@tanstack/react-start'
|
|
||||||
declare module '@tanstack/react-start' {
|
|
||||||
interface Register {
|
|
||||||
ssr: true
|
|
||||||
router: Awaited<ReturnType<typeof getRouter>>
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
|
||||||
|
|
@ -6,8 +6,8 @@ verify_jwt = false
|
||||||
[functions.get-paddle-price]
|
[functions.get-paddle-price]
|
||||||
verify_jwt = false
|
verify_jwt = false
|
||||||
|
|
||||||
[functions.generate-skill-markdown]
|
# generate-skill-markdown: verify_jwt = true (default). Chamada do painel via
|
||||||
verify_jwt = false
|
# supabase.functions.invoke já anexa o JWT do usuário autenticado.
|
||||||
|
|
||||||
[functions.test-skill-dry-run]
|
[functions.test-skill-dry-run]
|
||||||
verify_jwt = false
|
verify_jwt = false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue