feat: FRO-2 Implement Login Component

This commit is contained in:
2025-12-10 11:25:57 +01:00
parent f47b757398
commit d6270e6f47
8 changed files with 68 additions and 108 deletions

4
public/env.js Normal file
View File

@@ -0,0 +1,4 @@
window.__RUNTIME_CONFIG__ = {
API_URL: "http://localhost:9000"
};