We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b4eea5 commit d90c3bbCopy full SHA for d90c3bb
src/env.d.ts
@@ -3,11 +3,10 @@
3
interface ImportMetaEnv {
4
readonly VITE_PORT: number;
5
readonly VITE_VERSION: string;
6
-
7
readonly VITE_GRAASP_APP_KEY: string;
8
readonly VITE_GOOGLE_ANALYTICS_ID?: string;
9
readonly VITE_ENABLE_MOCK_API: string;
10
- readonly VITE_GRAASP_API_HOST?: string;
+ readonly VITE_API_HOST?: string;
11
}
12
13
interface ImportMeta {
0 commit comments