koel/resources/assets/js/env.d.ts

10 lines
168 B
TypeScript
Raw Normal View History

2022-07-04 16:10:58 +00:00
/// <reference types="vite/client" />
interface ImportMetaEnv {
readonly VITE_KOEL_ENV: 'demo' | undefined
}
interface ImportMeta {
readonly env: ImportMetaEnv
}