hydra/src/main/vite-env.d.ts
Chubby Granny Chaser ac27438a35
ci: adding sentry
2024-06-28 20:27:22 +01:00

11 lines
253 B
TypeScript

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