Skip to content

Commit 4b437f7

Browse files
Changes
Co-authored-by: ghostcodedynamics <295822717+ghostcodedynamics@users.noreply.github.com>
1 parent ff6e7f7 commit 4b437f7

2 files changed

Lines changed: 0 additions & 10 deletions

File tree

public/favicon.png

716 KB
Loading

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)