Skip to content

Instantly share code, notes, and snippets.

@rjpkuyper
Last active February 3, 2023 09:40
Show Gist options
  • Save rjpkuyper/98eb6612e0806a3dfeaf8ec07eab2777 to your computer and use it in GitHub Desktop.
Save rjpkuyper/98eb6612e0806a3dfeaf8ec07eab2777 to your computer and use it in GitHub Desktop.
const app = await NestFactory.create(AppModule, express, {
bufferLogs: true,
abortOnError: false, // create a nest module and rethrow an error, instead of aborting the startup
}).catch(console.error) as INestApplication
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment