From 10b175fb5012945cea84f164f0e202c3db08e68a Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Fri, 1 Nov 2024 08:27:40 +0530 Subject: [PATCH] chore: vite env ts --- vite-env.d.ts | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 vite-env.d.ts diff --git a/vite-env.d.ts b/vite-env.d.ts new file mode 100644 index 00000000..31950f80 --- /dev/null +++ b/vite-env.d.ts @@ -0,0 +1,7 @@ +interface ImportMetaEnv { + readonly VITE_BACKEND_URL: string; +} + +interface ImportMeta { + readonly env: ImportMetaEnv; +} \ No newline at end of file