Mercurial
view love/epi/src/router.tsx @ 206:240337164a80
[Seobeo] SSL should be used for large file as well lol.
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Sun, 15 Feb 2026 11:41:53 -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 });