Felix Zieger
update
018dc4e
raw
history blame contribute delete
208 Bytes
/// <reference types="vite/client" />
interface ImportMetaEnv {
readonly VITE_GOOGLE_CLIENT_ID: string
// Add other env variables here if needed
}
interface ImportMeta {
readonly env: ImportMetaEnv
}