feat: FRO-28 Integrate Frontend Build as a seperate image

This commit is contained in:
2025-12-07 21:29:10 +01:00
parent a04c370a75
commit 1d0595af0f
6 changed files with 70 additions and 1 deletions

6
env.d.ts vendored
View File

@@ -1 +1,7 @@
/// <reference types="vite/client" />
declare global {
interface Window { __RUNTIME_CONFIG__?: { API_URL?: string } }
}
export {};