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