Mercurial
view love/epi/src/router.tsx @ 149:f41ac17926d2
[Config] Added ctags scripts and actual tags.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Sat, 10 Jan 2026 07:07:10 -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 });