.env files in TanStack Start?
I've always used Vite modes for this (e.g. create
.env.staging file and build with vite build --mode staging ) but wasn't sure if this was the right way to do things with TanStack Start or if there's a better pattern? I realize you can manually define env vars with your hosting provider, but it's nice to use .env files for non-secret values (e.g. API base urls, etc)Started discussion here: https://github.com/TanStack/router/discussions/3126