wpw-final/frontend/env.d.ts
2022-12-02 20:40:23 +07:00

9 lines
157 B
TypeScript

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