mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-05-22 07:56:48 +00:00
feat: enable API proxy
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ export const env = createEnv({
|
||||
* `NEXT_PUBLIC_`.
|
||||
*/
|
||||
client: {
|
||||
NEXT_PUBLIC_API_URL: z.string(),
|
||||
NEXT_PUBLIC_API_URL: z.string().optional(),
|
||||
},
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user