Can I use Virtual file routes with tanstack start ?
Can I use Virtual file routes with tanstack start like in tanstack router?
4 Replies
extended-salmon•6mo ago
should work yes
deep-jadeOP•6mo ago
when tru to add vite.config.ts and pass routes files it deals with routes.tsx as a new file route, as it still deals with file based not with my new config, even if same config works in another project with tanstack router only
extended-salmon•6mo ago
needs to be configured in app.config.ts under tsr
deep-jadeOP•6mo ago
okay, thanks for help