/ vite-env.d.ts
vite-env.d.ts
1 /// <reference types="vite/client" /> 2 3 interface ImportMetaEnv { 4 readonly VITE_EXAMPLE: string; 5 } 6 7 interface ImportMeta { 8 readonly env: ImportMetaEnv; 9 }
1 /// <reference types="vite/client" /> 2 3 interface ImportMetaEnv { 4 readonly VITE_EXAMPLE: string; 5 } 6 7 interface ImportMeta { 8 readonly env: ImportMetaEnv; 9 }