chore: shadcn/ui (24 components), tailwind v4 tokens, query/table/form/i18n deps

This commit is contained in:
2026-07-07 22:04:43 +08:00
parent 0ca06fa00b
commit 2cdb4c5a23
30 changed files with 4122 additions and 457 deletions
+9
View File
@@ -75,3 +75,12 @@ const rootRouteChildren: RootRouteChildren = {
export const routeTree = rootRouteImport
._addFileChildren(rootRouteChildren)
._addFileTypes<FileRouteTypes>()
import type { getRouter } from './router.tsx'
import type { createStart } from '@tanstack/react-start'
declare module '@tanstack/react-start' {
interface Register {
ssr: true
router: Awaited<ReturnType<typeof getRouter>>
}
}