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
What you think of creating an optional add-on that will make sure that env variables are not empty or undefined on the start of app. using @t3-oss/env-core?.
Limitations
the library @t3-oss/env-core requires global envoirment such as proccess.env or bun.env and hence it will be difficult to make it work on cloudflare workers, (for example in hono).
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.
-
What you think of creating an optional add-on that will make sure that env variables are not empty or undefined on the start of app. using @t3-oss/env-core?.
Limitations
@t3-oss/env-core
requires global envoirment such asproccess.env
orbun.env
and hence it will be difficult to make it work on cloudflare workers, (for example in hono).see the env-core docs for more info
Beta Was this translation helpful? Give feedback.
All reactions