website/server.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function main has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function main() {
  const { mode, fileName: mainEntryFileName } = getMainEntryFileNameAndMode();
  const googleAuthEnabled = process.env['GOOGLE_AUTH'] === 'true';
  const serverPort = process.env['WEB_SERVER_PORT'] || 3100;

Severity: Minor
Found in website/server.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status