chore: vite env ts

This commit is contained in:
karishmas6
2024-11-01 08:27:40 +05:30
parent 133a5bc905
commit 10b175fb50

7
vite-env.d.ts vendored Normal file
View File

@@ -0,0 +1,7 @@
interface ImportMetaEnv {
readonly VITE_BACKEND_URL: string;
}
interface ImportMeta {
readonly env: ImportMetaEnv;
}