xtablo-source/apps/main/src/vite-env.d.ts
2026-04-22 22:13:30 +02:00

9 lines
161 B
TypeScript

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