feat: add t3 env package

This commit is contained in:
Simon Emanuelsson
2024-02-16 12:59:06 +01:00
parent fa445b6f41
commit 0a1df4d45c
11 changed files with 147 additions and 195 deletions

8
env/client.ts vendored Normal file
View File

@@ -0,0 +1,8 @@
import { createEnv } from "@t3-oss/env-nextjs"
// import { z } from "zod";
export const env = createEnv({
client: {},
emptyStringAsUndefined: true,
runtimeEnv: {},
});