removed sh script

This commit is contained in:
2026-06-08 19:46:50 +02:00
parent ea18228299
commit 1928068499
5 changed files with 1 additions and 25 deletions
+1 -10
View File
@@ -1,13 +1,4 @@
type WindowWithEnv = Window & {
__ENV?: {
VITE_BACKEND_URL?: string;
};
};
const runtimeEnv = (globalThis as unknown as WindowWithEnv).__ENV;
export const API_BASE =
runtimeEnv?.VITE_BACKEND_URL ||
(import.meta as any).env?.VITE_BACKEND_URL ||
import.meta.env.VITE_BACKEND_URL ||
"http://localhost:8004";
"/backend";