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

11 lines
204 B
TypeScript
Raw Normal View History

2024-08-20 13:57:58 +00:00
/// <reference types='vite/client' />
2024-11-06 18:46:29 +00:00
/// <reference types="vite-plugin-svgr/client" />
2024-08-20 13:57:58 +00:00
interface ImportMetaEnv {
VITE_CODEX_API_URL: string;
}
interface ImportMeta {
readonly env: ImportMetaEnv;
}