diff --git a/src/vite-env.d.ts b/src/vite-env.d.ts index ca737c8..bb5e7a0 100644 --- a/src/vite-env.d.ts +++ b/src/vite-env.d.ts @@ -2,6 +2,7 @@ interface ImportMetaEnv { VITE_CODEX_API_URL: string; + VITE_GEO_IP_URL: string; } interface ImportMeta {