What file should I be serving?
So I've just started tinkering with TanStack Start after years of working with React Router and NextJS and I'm trying to build a monorepo project that has a Go backend and TS Start frontend. Normally to do this with a SPA, you'd tell Go/Gin to serve a single file (often
client/dist/index.html or something similar), but with how TS Start outputs, what file should I be serving from Gin? Any help appreciated here!