noodle icon indicating copy to clipboard operation
noodle copied to clipboard

[FEAT]: setup t3-env in the monorepo

Open ixahmedxi opened this issue 1 year ago • 4 comments

https://github.com/t3-oss/t3-env is a package that gives you the ability to have typesafe, runtime-checked environment variables, this means that if an environment variable is not defined, the build errors out instead of discovering it in production like I just did with my Redis environment variables name change.

I would like to setup this package for the web app, db package and auth package so that we are sure we have the required environment variables whenever we build the application.

ixahmedxi avatar Jul 12 '23 22:07 ixahmedxi

Assigned to @bobby29831

ixahmedxi avatar Jul 12 '23 22:07 ixahmedxi

Going on vacation for around a week... if someone can get this done before I get back, it's fair game for them, otherwise I'll work on it when I get back.

bobooski avatar Jul 13 '23 06:07 bobooski

I can have it done by tonight, just at work

tristancamejo avatar Jul 13 '23 09:07 tristancamejo

Cool, have at it 👍

bobooski avatar Jul 13 '23 15:07 bobooski