Tanstack start missing index.html for `static` build
We have just upgrade to use tanstack vite plugin, but for target
static
, it build to _shell.html instead of index.html, we can workaround by running a script but hope it can be fixed completely
This is our config

5 Replies
optimistic-goldOP•3mo ago
Just found this dicussion https://github.com/TanStack/router/discussions/3394, but still not sure how to make
index.html
exist againGitHub
[RFC] SPA Mode Enhancements · TanStack router · Discussion #3394
TanStack Start is a unique opportunity for SPAs to have server-side features, but may come with some decisions to make. What does SPA mode mean? From my perspective, SPA mode is a general term for ...
stormy-gold•3mo ago
so you need the filename to be configurable ?
optimistic-goldOP•3mo ago
Kind of I think, all of our systems (and other popular http-server package) depend on traditional index.html for serving
stormy-gold•3mo ago
can you please create an issue for that?
optimistic-goldOP•3mo ago
Thanks! I will