Replace the health-check stub UI with a left menu and content panel so section navigation and frontend/backend versions are visible in the shell.
12 lines
205 B
TypeScript
12 lines
205 B
TypeScript
/// <reference types="vite/client" />
|
|
|
|
declare const __FRONTEND_VERSION__: string
|
|
|
|
interface ImportMetaEnv {
|
|
readonly VITE_API_BASE_URL?: string
|
|
}
|
|
|
|
interface ImportMeta {
|
|
readonly env: ImportMetaEnv
|
|
}
|