You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
t3's env package recommends validating environment variables on build but this repo has skipValidation when process.env.CI is truthy. If I want my builds in Vercel to fail if a variable is missing, this doesn't seem like what I'd want.
Before I remove that bit, I'm curious about the rationale for disabling validation during CI.
Thanks!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
t3's env package recommends validating environment variables on build but this repo has
skipValidationwhenprocess.env.CIis truthy. If I want my builds in Vercel to fail if a variable is missing, this doesn't seem like what I'd want.Before I remove that bit, I'm curious about the rationale for disabling validation during CI.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions