koel/resources/assets/js/env.d.ts
2022-07-04 18:12:35 +02:00

9 lines
168 B
TypeScript

/// <reference types="vite/client" />
interface ImportMetaEnv {
readonly VITE_KOEL_ENV: 'demo' | undefined
}
interface ImportMeta {
readonly env: ImportMetaEnv
}