Stirling-PDF/frontend/vite-env.d.ts

11 lines
213 B
TypeScript
Raw Normal View History

2025-08-27 12:43:42 +01:00
/// <reference types="vite/client" />
interface ImportMetaEnv {
readonly VITE_PUBLIC_POSTHOG_KEY: string;
readonly VITE_PUBLIC_POSTHOG_HOST: string;
}
interface ImportMeta {
readonly env: ImportMetaEnv;
}