home-app/src/vite-env.d.ts

5 lines
164 B
TypeScript

/// <reference types="vite/client" />
declare const __APP_VERSION__: string;
declare const __APP_BUILD_TIME__: string;
declare const __APP_BUILD_MACHINE__: string;