`The following environment variables are missing. Your site will not work without them. Read more: https://vercel.com/docs/integrations/shopify#configure-environment-variables\n\n${missingEnvironmentVariables.join(
'\n'
)}\n`
);
}
if(
process.env.SHOPIFY_STORE_DOMAIN?.includes('[')||
process.env.SHOPIFY_STORE_DOMAIN?.includes(']')
){
thrownewError(
'Your `SHOPIFY_STORE_DOMAIN` environment variable includes brackets (ie. `[` and / or `]`). Your site will not work with them there. Please remove them.'