Last active
February 3, 2023 09:40
-
-
Save rjpkuyper/98eb6612e0806a3dfeaf8ec07eab2777 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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