From 6ef43c1d9dcbef7661f9ff1428093a965126b389 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Meyer?= Date: Thu, 14 Nov 2024 16:09:10 +0100 Subject: [PATCH] NEXT-39321 - Update watch-storefront.sh scripts --- shopware/platform/6.6/bin/watch-storefront.sh | 4 +++- shopware/storefront/6.7/bin/watch-storefront.sh | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/shopware/platform/6.6/bin/watch-storefront.sh b/shopware/platform/6.6/bin/watch-storefront.sh index 3e6a4fa6..7a9021ad 100755 --- a/shopware/platform/6.6/bin/watch-storefront.sh +++ b/shopware/platform/6.6/bin/watch-storefront.sh @@ -21,10 +21,12 @@ eval "$curenv" set +o allexport export APP_URL -export ESLINT_DISABLE export PROXY_URL export STOREFRONT_ASSETS_PORT export STOREFRONT_PROXY_PORT +export STOREFRONT_HTTPS_KEY_FILE +export STOREFRONT_HTTPS_CERTIFICATE_FILE +export STOREFRONT_SKIP_SSL_CERT if [[ -e "${PROJECT_ROOT}/vendor/shopware/platform" ]]; then STOREFRONT_ROOT="${STOREFRONT_ROOT:-"${PROJECT_ROOT}/vendor/shopware/platform/src/Storefront"}" diff --git a/shopware/storefront/6.7/bin/watch-storefront.sh b/shopware/storefront/6.7/bin/watch-storefront.sh index 3e6a4fa6..7a9021ad 100755 --- a/shopware/storefront/6.7/bin/watch-storefront.sh +++ b/shopware/storefront/6.7/bin/watch-storefront.sh @@ -21,10 +21,12 @@ eval "$curenv" set +o allexport export APP_URL -export ESLINT_DISABLE export PROXY_URL export STOREFRONT_ASSETS_PORT export STOREFRONT_PROXY_PORT +export STOREFRONT_HTTPS_KEY_FILE +export STOREFRONT_HTTPS_CERTIFICATE_FILE +export STOREFRONT_SKIP_SSL_CERT if [[ -e "${PROJECT_ROOT}/vendor/shopware/platform" ]]; then STOREFRONT_ROOT="${STOREFRONT_ROOT:-"${PROJECT_ROOT}/vendor/shopware/platform/src/Storefront"}"