We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b642dd commit f236549Copy full SHA for f236549
1 file changed
apps/generator-cli/src/app/app.module.ts
@@ -1,7 +1,7 @@
1
import { Inject, Module, OnApplicationBootstrap } from '@nestjs/common';
2
import { HttpModule, HttpModuleOptions } from '@nestjs/axios';
3
import { Command } from 'commander';
4
-import ProxyAgent from 'proxy-agent';
+import { ProxyAgent } from 'proxy-agent';
5
6
import { COMMANDER_PROGRAM, LOGGER } from './constants';
7
import { VersionManagerController } from './controllers/version-manager.controller';
0 commit comments