2025-10-18 14:02:20 +00:00
|
|
|
/// <reference types="vite/client" />
|
|
|
|
|
|
|
|
|
|
declare global {
|
|
|
|
|
interface ImportMetaEnv {
|
2025-12-15 00:13:10 +00:00
|
|
|
readonly VITE_API_URL: string
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
interface ImportMeta {
|
|
|
|
|
readonly env: ImportMetaEnv
|
2025-10-18 14:02:20 +00:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export {}
|