interface ImportMetaEnv { WEB_PORT: string; DB_PORT: string; PHPMYADMIN_PORT: string; } interface ImportMeta { readonly env: ImportMetaEnv; }