6 lines
139 B
TypeScript
6 lines
139 B
TypeScript
/// <reference types="vite/client" />
|
|
|
|
interface ImportMetaEnv {
|
|
readonly VITE_API_BASE_URL?: string
|
|
readonly VITE_APP_NAME?: string
|
|
}
|