lukemnet/bnet-auth-service

View on GitHub
src/main.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function bootstrap has 39 lines of code (exceeds 25 allowed). Consider refactoring.
Open

async function bootstrap() {
  const app = await NestFactory.create<NestFastifyApplication>(
    AppModule,
    new FastifyAdapter(
      process.env.BAS_HTTPS_ENABLE === 'true'
Severity: Minor
Found in src/main.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status