Add VITE_GEO_IP_URL to env

This commit is contained in:
Arnaud 2024-10-14 18:44:11 +02:00
parent 7ad0e4709c
commit 3b0734d1ba
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663

1
src/vite-env.d.ts vendored
View File

@ -2,6 +2,7 @@
interface ImportMetaEnv {
VITE_CODEX_API_URL: string;
VITE_GEO_IP_URL: string;
}
interface ImportMeta {