codex-marketplace-ui-compon.../vite-env.d.ts

10 lines
154 B
TypeScript
Raw Normal View History

2024-08-20 13:57:58 +00:00
/// <reference types='vite/client' />
interface ImportMetaEnv {
VITE_CODEX_API_URL: string;
}
interface ImportMeta {
readonly env: ImportMetaEnv;
}