2025-05-16 06:23:48 +00:00
|
|
|
/// <reference types="vite/client" />
|
|
|
|
|
|
|
|
interface ImportMetaEnv {
|
|
|
|
readonly VITE_API_URL: string
|
|
|
|
}
|
2025-06-01 23:56:11 +00:00
|
|
|
|
2025-05-16 06:23:48 +00:00
|
|
|
interface ImportMeta {
|
|
|
|
readonly env: ImportMetaEnv
|
2025-06-01 23:56:11 +00:00
|
|
|
}
|