T
TanStack6mo ago
metropolitan-bronze

vite.config.ts with Start and virtualRouteConfig

how to set virtualRouterConfig on a Start project? My current config looks like: `import { defineConfig } from 'vite' import tsconfigPaths from 'vite-tsconfig-paths' import { tanstackStart } from '@tanstack/react-start/plugin/vite' export default defineConfig({ plugins: [ tsconfigPaths(), tanstackStart({ target: "cloudflare_module", }) ], })``
1 Reply
extended-salmon
extended-salmon6mo ago
inside tanstackStart plugin config there is a tsr prop. this has the config option

Did you find this page helpful?