Is there a way to upgrade env vars in a ct3a project?

I have an app I created a bunch of months aho with create-t3-app. The environment variables were done with a few schema.mjs files and i never reeally knew how to use it so I just did my environment vars with process.env.*. it looks like there a new way to deal with them in a type-safe way. Is there a way to upgrade to the new way? https://create.t3.gg/en/usage/env-variables
Create T3 App
Environment Variables 🚀 Create T3 App
The best way to start a full-stack, typesafe Next.js app.
2 Replies
barry
barry11mo ago
There's no upgrading, simply just add that package And use it like it's meant to be used
Tom
Tom11mo ago
Ok. Thanks