mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-10 09:13:36 -05:00
5 lines
85 B
TypeScript
5 lines
85 B
TypeScript
|
interface ImportMetaEnv {
|
||
|
VITE_API_URL: string;
|
||
|
VITE_THEMES_URL: string;
|
||
|
}
|
||
|
|