Adds better error messages and environment variable fault tolerance (#1172)

* Adds better error messages and environment variable fault tolerance

* No hidden undefined
This commit is contained in:
Michael Novotny
2023-08-11 20:19:49 -05:00
committed by GitHub
parent fc92f70c00
commit 528ad9b8ce
5 changed files with 19 additions and 8 deletions

View File

@@ -2,6 +2,6 @@ COMPANY_NAME="Vercel Inc."
TWITTER_CREATOR="@vercel"
TWITTER_SITE="https://nextjs.org/commerce"
SITE_NAME="Next.js Commerce"
SHOPIFY_REVALIDATION_SECRET=
SHOPIFY_STOREFRONT_ACCESS_TOKEN=
SHOPIFY_STORE_DOMAIN=
SHOPIFY_REVALIDATION_SECRET=""
SHOPIFY_STOREFRONT_ACCESS_TOKEN=""
SHOPIFY_STORE_DOMAIN="[your-shopify-store-subdomain].myshopify.com"