env package in t3 turbo

env-pkg branch was merged into main and all related GH issues were closed in May. However, the t3 turbo main branch no longer has shared env pacakge. I like the implementation here https://github.com/t3-oss/create-t3-turbo/pull/135 . Why was this removed? what is the current consensus around using t3-env inside a monorepo?
GitHub
Closes #87
Adds @acme/env package to have typesafe env's across the monorepo.
Usage


All envs are added in a single root .env. When deploying apps, make sure the deployment has all required en...
Was this page helpful?