Vadym Kotai

Results 3 comments of Vadym Kotai

@xuopled `customContainerRender` just replaces default list wrapper, so onSelectSuggest will not work. Item focus also breaks. It would be very nice if it were possible to modify the styles of...

UPD: After I posted this on X, Bun updated [their docs](https://bun.com/docs/guides/ecosystem/tanstack-start) The new recommended way is to use ``` export default defineConfig({ plugins: [ tanstackStart(), nitro({ vercel: { functions: {...

I guess the problem is how Vercel or Nitro bundles environment variables. I need dynamic runtime variables (like VITE_SERVER_URL) for server-side image prefetching, where the URL changes depending on the...