mirror of
https://github.com/revoltchat/revite.git
synced 2025-02-23 00:31:13 -05:00
5 lines
85 B
TypeScript
5 lines
85 B
TypeScript
|
interface ImportMetaEnv {
|
||
|
VITE_API_URL: string;
|
||
|
VITE_THEMES_URL: string;
|
||
|
}
|
||
|
|