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

5 lines
83 B
TypeScript

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