7 lines
145 B
TypeScript
7 lines
145 B
TypeScript
/// <reference types="vite/client" />
|
|
|
|
interface ImportMetaEnv {
|
|
readonly VITE_GLOB_API_URL: string;
|
|
readonly VITE_APP_API_BASE_URL: string;
|
|
}
|