mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-05-22 07:56:48 +00:00
feat: add NEXT_PUBLIC_BACKEND_BASE_URL
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { env } from "@/env";
|
||||
|
||||
export function getBackendBaseURL() {
|
||||
return env.NEXT_PUBLIC_BACKEND_BASE_URL ?? "http://localhost:8000";
|
||||
}
|
||||
Reference in New Issue
Block a user