10 lines
352 B
TypeScript
10 lines
352 B
TypeScript
/// <reference types="vite/client" />
|
|
|
|
// Injected by @lilith/vite-version-plugin
|
|
declare const __APP_VERSION__: string;
|
|
declare const __BUILD_TIME__: string;
|
|
declare const __GIT_COMMIT__: string;
|
|
declare const __GIT_BRANCH__: string;
|
|
declare const __APP_NAME__: string;
|
|
declare const __FEATURE_NAME__: string;
|
|
declare const __FRONTEND_NAME__: string;
|