Skip to content
Snippets Groups Projects
env.d.ts 83 B
Newer Older
insert's avatar
insert committed
interface ImportMetaEnv {
    VITE_API_URL: string;
    VITE_THEMES_URL: string;
insert's avatar
insert committed
}