mirror of
https://github.com/domfelipe/mika-agent-assist.git
synced 2026-08-07 08:36:44 +00:00
Lovable update
Temos vários erros de segurança quero resolvê-los sem mexer em nada da funcionalidade, digo isso porque sempre que mexemos nisso acaba alterando produção, foque em resolver todos os erros e warnings sem afetar o produto que temos hoje já rodando. X-Lovable-Edit-ID: edt-85c207bd-4433-4a25-a969-4f5353522423 Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
commit
3639a601f3
1 changed files with 9 additions and 0 deletions
|
|
@ -670,3 +670,12 @@ const rootRouteChildren: RootRouteChildren = {
|
|||
export const routeTree = rootRouteImport
|
||||
._addFileChildren(rootRouteChildren)
|
||||
._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>>
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue