From 655ec610fcce8dd7748f10772d520bdff4f7c78e Mon Sep 17 00:00:00 2001 From: Arne Rief Date: Fri, 19 Dec 2025 20:03:03 +0100 Subject: Basic setup & login --- frontend/src/config.ts | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 frontend/src/config.ts (limited to 'frontend/src/config.ts') diff --git a/frontend/src/config.ts b/frontend/src/config.ts new file mode 100644 index 0000000..d7c3a7e --- /dev/null +++ b/frontend/src/config.ts @@ -0,0 +1,4 @@ +const API_URL: string = + import.meta.env.VITE_API_URL ?? "https://localhost:3000"; + +export default API_URL; -- cgit v1.2.3