feat: implement dynamic API base URL and add language toggle in MainForm

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-05-04 22:03:21 +02:00
parent ab9cfd6cbf
commit 4df6d243f3
4 changed files with 46 additions and 9 deletions
+4
View File
@@ -0,0 +1,4 @@
export const API_BASE =
(import.meta as any).env?.VITE_BACKEND_URL ||
import.meta.env.VITE_BACKEND_URL ||
"http://localhost:8004";