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

11 lines
161 B
TypeScript
Raw Normal View History

2026-09-14 09:08:20 +00:00
/// <reference types="vite/client" />
2026-09-15 09:07:16 +00:00
interface ImportMetaEnv {
readonly LAZYBOY_VERSION: string;
}
interface ImportMeta {
readonly env: ImportMetaEnv;
}