Joel Fickson
Joel Fickson
@heystevegray since now we have to `defineConfig` from vite, how does it work with deploying to CF Workers? I am having issues with `"@tanstack/react-start": "^1.121.29"`. And do we still need...
> [@JoelFickson](https://github.com/JoelFickson) This is how i did it: > > vite.config.ts > > import { tanstackStart } from '@tanstack/react-start/plugin/vite' > import { defineConfig } from 'vite' > import tsConfigPaths from...
@heystevegray thanks. Worked for me.