demo
TTCTheo's Typesafe Cult
•Created by demo on 11/14/2024 in #questions
Are t3env client side env vars set at build time or runtime?
I know Next.js replaces
process.env.NEXT_PUBLIC_*
with values at build time, so I was wondering if this is the case with t3env?
I'm building my app as a docker image (skipping env validation) so I can setup env vars when deploying.
Are t3env client side env vars set at build time or runtime?4 replies