- "frontend/src/components/AppFooter.tsx" - "frontend/vite.config.ts" - "frontend/src/App.tsx" - "frontend/src/App.css" - "frontend/src/vite-env.d.ts" GSD-Task: S06/T01
5 lines
154 B
TypeScript
5 lines
154 B
TypeScript
/// <reference types="vite/client" />
|
|
|
|
declare const __APP_VERSION__: string;
|
|
declare const __BUILD_DATE__: string;
|
|
declare const __GIT_COMMIT__: string;
|