mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-12 18:29:57 -05:00
4 lines
83 B
TypeScript
4 lines
83 B
TypeScript
interface ImportMetaEnv {
|
|
VITE_API_URL: string;
|
|
VITE_THEMES_URL: string;
|
|
}
|