7 lines
193 B
TypeScript
7 lines
193 B
TypeScript
/// <reference types="vite/client" />
|
|
|
|
declare const __APP_NAME__: string;
|
|
declare const __APP_VERSION__: string;
|
|
declare const __GIT_COMMIT__: string;
|
|
declare const __GIT_TIMESTAMP__: string;
|