skywalking-booster-ui/env.d.ts
2022-12-06 22:17:10 +08:00

11 lines
194 B
TypeScript

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