o2o-triple-pick/frontend/src/vite-env.d.ts

10 lines
195 B
TypeScript

/// <reference types="vite/client" />
interface ImportMetaEnv {
readonly VITE_API_BASE?: string;
readonly VITE_API_TARGET?: string;
}
interface ImportMeta {
readonly env: ImportMetaEnv;
}