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
continuing-cyan•3mo ago
inside tanstackStart plugin config there is a
tsr
prop. this has the config option