File tree Expand file tree Collapse file tree
packages/start-client-core/src/client Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import { hydrate } from '@tanstack/router-core/ssr/client'
22
3+ import { ServerFunctionSerializationAdapter } from './ServerFunctionSerializationAdapter'
4+ import type { AnyRouter , AnySerializationAdapter } from '@tanstack/router-core'
5+ import type { AnyStartInstanceOptions } from '../createStart'
36import { startInstance } from '#tanstack-start-entry'
47import {
58 hasPluginAdapters ,
69 pluginSerializationAdapters ,
710} from '#tanstack-start-plugin-adapters'
811import { getRouter } from '#tanstack-router-entry'
9- import { ServerFunctionSerializationAdapter } from './ServerFunctionSerializationAdapter'
10- import type { AnyRouter , AnySerializationAdapter } from '@tanstack/router-core'
11- import type { AnyStartInstanceOptions } from '../createStart'
1212
1313export async function hydrateStart ( ) : Promise < AnyRouter > {
1414 const router = await getRouter ( )
You can’t perform that action at this time.
0 commit comments