From 265867a3a83fd219f1cf16997ce0e42cc2f705a5 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sun, 19 Apr 2026 19:27:46 +0000 Subject: [PATCH] Work in progress --- bun.lockb | Bin 364853 -> 364901 bytes src/routeTree.gen.ts | 9 +++++++++ 2 files changed, 9 insertions(+) diff --git a/bun.lockb b/bun.lockb index 5adc3b1161650f182ed06876fee69d8ba28200e4..6213102e2ad81f24c55e991382d407bd557b0015 100755 GIT binary patch delta 1015 zcmXZbOKeP09LMo<@0p5eQFM&xLuXWrQmUQ_BB`*bq_dG!Fc+o!ji@k#quk#qmWn9s5#^Lu3xevz$a zdbOClz!`67X+cYCSUN2GDyzokZS)r3WHn5W%f4e=rj~l)0^^7F)sfrD72JQy){+~@ zON_~zU&4BD#&wzTTb3d}z+B`1$kOD8vcH)74(q56%smVrAeshhhMu{HVKH}z_0+7a z4)ghZ(+G~Mx%GN+6E=*w#;0T($bFP+a$0Y=k^ETQ+NXV+uqU$pvSw@oa}VQyUb~rG z$}@4JOB=V4FUnkdIiP8w+|R>}6WX_x?4G6@CuQ5nk2rdo`zcu~`Ic)3BP-iZp4Wl% zfv^oM2~W#*U^lTQ?q_5>$-0@$jVJ?eT_%Q delta 977 zcmXZbOGs2v9LMo<=Z@iIrRFq|<13wBW)H0v)iP>P;H-LCGnwGt2@QAC3`mOzEUak} zGzdYP0ztVEMAoWBw06->gJLqK!onWV_wW53?w|Rc&pBsi&VQJX(}}t1#ALtsxR9Pm zdlTu%T-uM1L>5Ma;SoRSd8bN+oZpo1ci~uyI2R>uq|VDeVIFxC^XkbRLgV$HH;*=DRIw5J z;FrDi^Tlw(!lQr<-7&8>SiR-f$78kSa3K{mmi-eiW8)e7?>RRfWHQk+UhGLWoZr4V MlZ^&5*_zqD|4_AP-T(jq diff --git a/src/routeTree.gen.ts b/src/routeTree.gen.ts index 94db69b..2c230ca 100644 --- a/src/routeTree.gen.ts +++ b/src/routeTree.gen.ts @@ -1046,3 +1046,12 @@ const rootRouteChildren: RootRouteChildren = { export const routeTree = rootRouteImport ._addFileChildren(rootRouteChildren) ._addFileTypes() + +import type { getRouter } from './router.tsx' +import type { createStart } from '@tanstack/react-start' +declare module '@tanstack/react-start' { + interface Register { + ssr: true + router: Awaited> + } +}