Files
Mav-Mobile-UI/src/vite-env.d.ts

7 lines
193 B
TypeScript
Raw Normal View History

2025-08-13 14:23:48 +01:00
/// <reference types="vite/client" />
2025-12-12 13:51:11 +00:00
declare const __APP_NAME__: string;
declare const __APP_VERSION__: string;
declare const __GIT_COMMIT__: string;
declare const __GIT_TIMESTAMP__: string;