Skip to content
Compare
Choose a tag to compare
@shopify-github-actions-access shopify-github-actions-access released this 03 Apr 19:44
· 119 commits to main since this release
f297f0c

Minor Changes

  • Add support for HTTP proxies with the environment variables SHOPIFY_HTTP_PROXY and SHOPIFY_HTTPS_PROXY. Define one of these variables before starting the Hydrogen dev server to make all requests go through a proxy server. (#2831) by @blittle

    If your proxy uses authentication, provide the auth in the following format:

    SHOPIFY_HTTP_PROXY=http://user:[email protected]:PORT