feat: add t3 env package
This commit is contained in:
8
env/client.ts
vendored
Normal file
8
env/client.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import { createEnv } from "@t3-oss/env-nextjs"
|
||||
// import { z } from "zod";
|
||||
|
||||
export const env = createEnv({
|
||||
client: {},
|
||||
emptyStringAsUndefined: true,
|
||||
runtimeEnv: {},
|
||||
});
|
||||
Reference in New Issue
Block a user