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 23ae7ed commit 667d1a1Copy full SHA for 667d1a1
ui-sketcher-webview/src/vite-env.d.ts
@@ -1 +1,10 @@
1
/// <reference types="vite/client" />
2
+
3
+interface ImportMetaEnv {
4
+ readonly VITE_OPENAI_API_KEY: string;
5
+ // more env variables...
6
+}
7
8
+interface ImportMeta {
9
+ readonly env: ImportMetaEnv;
10
0 commit comments