From 901fff86513b9dfd83f0a824a12fc25c8e10691b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Trkan?= Date: Mon, 6 Oct 2025 18:09:23 +0200 Subject: [PATCH] feat(infrastructure): add frontend, deploy to cloudflare --- 7project/frontend/src/config.ts | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 7project/frontend/src/config.ts diff --git a/7project/frontend/src/config.ts b/7project/frontend/src/config.ts new file mode 100644 index 0000000..ee02637 --- /dev/null +++ b/7project/frontend/src/config.ts @@ -0,0 +1,2 @@ +export const BACKEND_URL: string = + import.meta.env.VITE_BACKEND_URL ?? '';