Something went wrong. Try again.
[READ-ONLY] Mirror of https://github.com/Savy011/acm-website-tanstack.
Something went wrong. Try again.
212 B · 9 lines
TypeScript
at main
12345678910import { createEnv } from "@t3-oss/env-core";// import { z } from "zod";
export const env = createEnv({ clientPrefix: "VITE_", client: {}, runtimeEnv: import.meta.env, emptyStringAsUndefined: true,});