Nora / frontend /vite-env.d.ts
GitHub Action
Deploy clean version of Nora
59bd45e
raw
history blame contribute delete
155 Bytes
/// <reference types="vite/client" />
interface ImportMetaEnv {
readonly VITE_API_URL: string
}
interface ImportMeta {
readonly env: ImportMetaEnv
}