Skip to content

Commit d90c3bb

Browse files
committed
chore: update graasp api host env
1 parent 1b4eea5 commit d90c3bb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/env.d.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@
33
interface ImportMetaEnv {
44
readonly VITE_PORT: number;
55
readonly VITE_VERSION: string;
6-
76
readonly VITE_GRAASP_APP_KEY: string;
87
readonly VITE_GOOGLE_ANALYTICS_ID?: string;
98
readonly VITE_ENABLE_MOCK_API: string;
10-
readonly VITE_GRAASP_API_HOST?: string;
9+
readonly VITE_API_HOST?: string;
1110
}
1211

1312
interface ImportMeta {

0 commit comments

Comments
 (0)