mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
style: address lint issues
This commit is contained in:
@@ -4,4 +4,7 @@ import { LongLivingAppModule } from './long-living-app.module';
|
||||
async function bootstrap() {
|
||||
await repl(LongLivingAppModule);
|
||||
}
|
||||
bootstrap();
|
||||
bootstrap().catch(err => {
|
||||
console.error('Error during bootstrap:', err);
|
||||
process.exit(1);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user