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 7b642b8 commit 93daf6dCopy full SHA for 93daf6d
src/main.ts
@@ -7,6 +7,7 @@ import * as cookieParser from 'cookie-parser';
7
async function bootstrap() {
8
const app = await NestFactory.create(AppModule, {
9
cors: { credentials: true, origin: 'http://localhost:3000' },
10
+ logger: ['verbose'],
11
});
12
13
const config = new DocumentBuilder()
0 commit comments