revite/src/env.d.ts
2021-07-05 11:25:20 +01:00

4 lines
83 B
TypeScript

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