interface ImportMeta { readonly env: { VITE_API_URL: string, ... [key: string]: string // 이 방법도 있긴하지만, IDE 및 타입스크립트가 자동 완성을 시켜주지 못함 } }