mirror of
https://github.com/vercel/commerce.git
synced 2025-05-14 13:47:49 +00:00
Adds link
This commit is contained in:
parent
871f37ee8e
commit
74b7c91ad1
@ -22,7 +22,7 @@ export const validateEnvironmentVariables = () => {
|
|||||||
|
|
||||||
if (missingEnvironmentVariables.length) {
|
if (missingEnvironmentVariables.length) {
|
||||||
throw new Error(
|
throw new Error(
|
||||||
`The following environment variables are missing. Your site will not work without them.\n\n${missingEnvironmentVariables.join(
|
`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'
|
||||||
)}\n`
|
)}\n`
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user