Skip to content

Commit 558b0ed

Browse files
Changes
1 parent f41b0fc commit 558b0ed

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

src/routeTree.gen.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -376,13 +376,3 @@ const rootRouteChildren: RootRouteChildren = {
376376
export const routeTree = rootRouteImport
377377
._addFileChildren(rootRouteChildren)
378378
._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

Comments
 (0)