eretrrefvdsfd / client /src /vite-env.d.ts
cnmksjs's picture
Upload 60 files
590318c verified
raw
history blame contribute delete
317 Bytes
/// <reference types="vite/client" />
interface ImportMetaEnv {
readonly VITE_API_URL: string
readonly VITE_SOCKET_URL: string
readonly VITE_WS_URL: string
readonly VITE_APP_NAME: string
readonly VITE_APP_VERSION: string
// more env variables...
}
interface ImportMeta {
readonly env: ImportMetaEnv
}