6 lines
162 B
TypeScript
6 lines
162 B
TypeScript
/// <reference types="vite/client" />
|
|
/// <reference types="vite-plugin-pwa/react" />
|
|
|
|
declare const APP_VERSION: string;
|
|
declare const BUILD_FOSS_ONLY: boolean;
|