diff --git a/bun.lockb b/bun.lockb index a38daa6..3deb9b8 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/src/routeTree.gen.ts b/src/routeTree.gen.ts index 96bac3a..15af9f5 100644 --- a/src/routeTree.gen.ts +++ b/src/routeTree.gen.ts @@ -433,3 +433,12 @@ 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> + } +}