summaryrefslogtreecommitdiff
path: root/client/vite-env.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/vite-env.d.ts')
-rw-r--r--client/vite-env.d.ts9
1 files changed, 9 insertions, 0 deletions
diff --git a/client/vite-env.d.ts b/client/vite-env.d.ts
new file mode 100644
index 0000000..72eb128
--- /dev/null
+++ b/client/vite-env.d.ts
@@ -0,0 +1,9 @@
+/// <reference types="vite/client" />
+
+interface ImportMetaEnv {
+ readonly VITE_BASE_URL: string;
+}
+
+interface ImportMeta {
+ readonly env: ImportMetaEnv;
+}