LazyBoy2/web/src/vite-env.d.ts

11 lines
161 B
TypeScript

/// <reference types="vite/client" />
interface ImportMetaEnv {
readonly LAZYBOY_VERSION: string;
}
interface ImportMeta {
readonly env: ImportMetaEnv;
}