Skip to content

fix: fix the problem of automatic verification not working#1

Open
wuchuheng wants to merge 1 commit intomguay22:mainfrom
wuchuhengtmp:main
Open

fix: fix the problem of automatic verification not working#1
wuchuheng wants to merge 1 commit intomguay22:mainfrom
wuchuhengtmp:main

Conversation

@wuchuheng
Copy link
Copy Markdown

No description provided.

Comment thread src/main.ts
async function bootstrap() {
const app = await NestFactory.create(AppModule);
app.useGlobalPipes(new ValidationPipe());
await app.listen(3000);
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add error handling to handle any errors that may occur during the bootstrap process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants