mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-05-21 15:36:48 +00:00
fix: fix getBackendBaseURL()
This commit is contained in:
+1
-4
@@ -24,10 +24,7 @@ export const env = createEnv({
|
||||
* `NEXT_PUBLIC_`.
|
||||
*/
|
||||
client: {
|
||||
NEXT_PUBLIC_BACKEND_BASE_URL: z
|
||||
.string()
|
||||
.optional()
|
||||
.default("http://localhost:8000/api"),
|
||||
NEXT_PUBLIC_BACKEND_BASE_URL: z.string().optional(),
|
||||
},
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user