Merge pull request #31381 from enyineer/fix/create-app-with-proxy

Allow configuration of Proxy when using create-app CLI
This commit is contained in:
Ben Lambert
2025-11-25 10:25:23 +01:00
committed by GitHub
9 changed files with 179 additions and 22 deletions
+3
View File
@@ -13,6 +13,9 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import { bootstrapEnvProxyAgents } from '@backstage/cli-common';
bootstrapEnvProxyAgents();
import chalk from 'chalk';
import fs from 'fs-extra';