mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-15 03:35:01 -05:00
6a32e451ac
- typed `ImportMeta` to have `env`
8 lines
No EOL
131 B
TypeScript
8 lines
No EOL
131 B
TypeScript
interface ImportMetaEnv {
|
|
VITE_API_URL: string;
|
|
VITE_THEMES_URL: string;
|
|
}
|
|
|
|
interface ImportMeta {
|
|
env: ImportMetaEnv
|
|
} |