diff --git a/src/routeTree.gen.ts b/src/routeTree.gen.ts index 2bfd7a6..5d98e10 100644 --- a/src/routeTree.gen.ts +++ b/src/routeTree.gen.ts @@ -1207,12 +1207,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> - } -}