/// /// /// type BooleanString = 'true' | 'false'; interface ImportMetaEnv { readonly VITE_DEBUG: BooleanString; }