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

5 lines
164 B
TypeScript
Raw Permalink Normal View History

2022-04-29 14:52:00 +00:00
/// <reference types="vite/client" />
2022-05-01 06:04:07 +00:00
declare const __APP_VERSION__: string;
declare const __APP_BUILD_TIME__: string;
declare const __APP_BUILD_MACHINE__: string;