skywalking-booster-ui/env.d.ts
2022-12-12 13:39:54 +08:00

11 lines
204 B
TypeScript

/// <reference types="vite/client" />
interface ImportMetaEnv {
readonly VITE_SW_PROXY_TARGET: string;
readonly VITE_DROP_CONSOLE: boolean;
}
interface ImportMeta {
readonly env: ImportMetaEnv;
}