We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f41b0fc commit 558b0edCopy full SHA for 558b0ed
1 file changed
src/routeTree.gen.ts
@@ -376,13 +376,3 @@ const rootRouteChildren: RootRouteChildren = {
376
export const routeTree = rootRouteImport
377
._addFileChildren(rootRouteChildren)
378
._addFileTypes<FileRouteTypes>()
379
-
380
-import type { getRouter } from './router.tsx'
381
-import type { startInstance } from './start.ts'
382
-declare module '@tanstack/react-start' {
383
- interface Register {
384
- ssr: true
385
- router: Awaited<ReturnType<typeof getRouter>>
386
- config: Awaited<ReturnType<typeof startInstance.getOptions>>
387
- }
388
-}
0 commit comments