fix env TS

This commit is contained in:
Andreani Jean
2023-01-10 17:05:28 +01:00
parent 6822713036
commit 49dce6b882

6
.env.d.ts vendored
View File

@@ -1,3 +1,7 @@
interface ImportMeta {
interface ImportMetaEnv {
VITE_API_URL?: string;
}
interface ImportMeta {
readonly env: ImportMetaEnv;
}