·
119 commits
to main
since this release
Minor Changes
-
Add support for HTTP proxies with the environment variables
SHOPIFY_HTTP_PROXY
andSHOPIFY_HTTPS_PROXY
. Define one of these variables before starting the Hydrogen dev server to make all requests go through a proxy server. (#2831) by @blittleIf your proxy uses authentication, provide the auth in the following format:
SHOPIFY_HTTP_PROXY=http://user:[email protected]:PORT