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.*
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?