for-legacy-web/src/env.d.ts

5 lines
85 B
TypeScript

interface ImportMetaEnv {
VITE_API_URL: string;
VITE_THEMES_URL: string;
}