netlify-cli 10.15.0 → 10.16.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -465,6 +465,7 @@ const startProxy = async function ({
465
465
  addonsUrls,
466
466
  config,
467
467
  configPath,
468
+ env,
468
469
  geoCountry,
469
470
  geolocationMode,
470
471
  getUpdatedConfig,
@@ -479,6 +480,7 @@ const startProxy = async function ({
479
480
  const edgeFunctionsProxy = await edgeFunctions.initializeProxy({
480
481
  config,
481
482
  configPath,
483
+ env,
482
484
  geolocationMode,
483
485
  geoCountry,
484
486
  getUpdatedConfig,