diff --git a/frontend/vite-env.d.ts b/frontend/vite-env.d.ts index 8cee15171..e6a8eb0cf 100644 --- a/frontend/vite-env.d.ts +++ b/frontend/vite-env.d.ts @@ -1,2 +1,11 @@ /// /// + +interface ImportMetaEnv { + readonly VITE_API_URL: string +} + + interface ImportMeta { + readonly env: ImportMetaEnv +} + \ No newline at end of file