Skip to content

Commit aeeec42

Browse files
Update plan
Plan file updated during planning mode X-Lovable-Edit-ID: edt-dd86bcc9-f708-446b-b540-3c53b6a9a971 Co-authored-by: criptogus <128640021+criptogus@users.noreply.github.com>
2 parents cc2f969 + 795341c commit aeeec42

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

src/routeTree.gen.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3449,3 +3449,13 @@ const rootRouteChildren: RootRouteChildren = {
34493449
export const routeTree = rootRouteImport
34503450
._addFileChildren(rootRouteChildren)
34513451
._addFileTypes<FileRouteTypes>()
3452+
3453+
import type { getRouter } from './router.tsx'
3454+
import type { startInstance } from './start.ts'
3455+
declare module '@tanstack/react-start' {
3456+
interface Register {
3457+
ssr: true
3458+
router: Awaited<ReturnType<typeof getRouter>>
3459+
config: Awaited<ReturnType<typeof startInstance.getOptions>>
3460+
}
3461+
}

0 commit comments

Comments
 (0)