/// interface ImportMetaEnv { readonly NEXT_PUBLIC_WEBSITE_URL: string; } interface ImportMeta { readonly env: ImportMetaEnv; }