Mercurial
view love/epi/src/router.tsx @ 67:6626ec933933
[Seobeo] Separated out Client Server logic. Created test tools.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Wed, 24 Dec 2025 09:15:55 -0800 |
| parents | cf9caa4abc3e |
| children |
line wrap: on
line source
import { createRouter } from '@tanstack/react-router'; import { routeTree } from './routeTree.gen'; export const router = createRouter({ routeTree, defaultPreload: 'intent', context: { }, // Add auth and what not });