We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d0c4ae commit 3030616Copy full SHA for 3030616
frontend/src/vite-env.d.ts
@@ -1 +1,9 @@
1
/// <reference types="vite/client" />
2
+
3
+interface ImportMetaEnv {
4
+ readonly VITE_API_URL: string
5
+}
6
7
+interface ImportMeta {
8
+ readonly env: ImportMetaEnv
9
0 commit comments