mirror of
https://github.com/langgenius/dify.git
synced 2026-02-09 23:20:12 -05:00
update
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
import { createEnv } from '@t3-oss/env-nextjs'
|
||||
import { kebabCase, replace } from 'string-ts'
|
||||
import { z } from 'zod'
|
||||
|
||||
const isServer = typeof window === 'undefined'
|
||||
import { isServer } from './utils/client'
|
||||
|
||||
const optionalString = z.string().optional()
|
||||
const CLIENT_ENV_PREFIX = 'NEXT_PUBLIC_' as const
|
||||
|
||||
Reference in New Issue
Block a user