Update web/env.ts

This commit is contained in:
yyh
2026-02-06 14:54:33 +08:00
committed by GitHub
parent 23b6f33bd3
commit a4321e24a1

View File

@@ -1,6 +1,6 @@
import { createEnv } from '@t3-oss/env-nextjs'
import { kebabCase, replace } from 'string-ts'
import { z } from 'zod'
import * as z from 'zod'
import { isServer } from './utils/client'
const optionalString = z.string().optional()