forked from vikunja/frontend
a029887102
Co-authored-by: Dominik Pschenitschni <mail@celement.de> Reviewed-on: vikunja/frontend#2924 Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de> Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
11 lines
233 B
TypeScript
11 lines
233 B
TypeScript
/// <reference types="vite/client" />
|
|
/// <reference types="vite-svg-loader" />
|
|
/// <reference types="cypress" />
|
|
|
|
interface ImportMetaEnv {
|
|
readonly VITE_IS_ONLINE: boolean
|
|
}
|
|
|
|
interface ImportMeta {
|
|
readonly env: ImportMetaEnv
|
|
} |