TanStackT
TanStack7mo ago
1 reply
technological-jade

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",
})
],
})``
Was this page helpful?