How to use updated client env variable value in production app?
bun run .output/server/index.mjs in production.How can i pass env variable when i run the
bun run .output/server/index.mjs command and how to actually parse it in trpc routes. Since it server using import.meta.env.VITE_API_URL it not a best option right!!!


