ClientOptions interface in T3 Env source code explained
In this article, we analyse the ClientOptions interface provided for the client object in createEnv parameter, a function in T3 Env. A simple usage of t3-env is provided below:
export const env = createEnv({
/*
* Serverside Environment variables, n...
thinkthroo.com3 min read