Refactor naming of proxy bootstrapping function

Signed-off-by: enyineer <nico.enking@gmail.com>
This commit is contained in:
enyineer
2025-11-12 15:02:04 +01:00
parent 235c67ae99
commit 84a0dff66f
6 changed files with 17 additions and 17 deletions
+2 -2
View File
@@ -13,9 +13,9 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import { maybeBootstrapProxy } from '@backstage/cli-common';
import { bootstrapEnvProxyAgents } from '@backstage/cli-common';
maybeBootstrapProxy();
bootstrapEnvProxyAgents();
import chalk from 'chalk';
import fs from 'fs-extra';