Effect CommunityEC
Effect Community2mo ago
6 replies
Rhys

t3-env equivalent?

I like how t3 env prevents you from deploying without setting the right env vars

It does this by making a parser that you import in your build, and if it fails during build it prevents it from making it to production

Wondering if there's anything similar for Effect - not hugely complicated to write my own but figured I'd check first

https://github.com/t3-oss/t3-env
GitHub
Contribute to t3-oss/t3-env development by creating an account on GitHub.
GitHub - t3-oss/t3-env
Was this page helpful?