1 2 3 4 5 6 7 8 9 10
/// <reference types="react-scripts" /> declare global { interface ImportMetaEnv { readonly VITE_CDN_URL?: string; } interface ImportMeta { readonly env: ImportMetaEnv; } }
[PATCH repo_name]