visible/visible

View on GitHub
packages/@visi/web-server/src/frameworks/server/server.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function start has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  async start(): Promise<void> {
    const app = express();
    const server = createServer(app);

    const i18nMiddleware = i18nextMiddleware.handle(
Severity: Minor
Found in packages/@visi/web-server/src/frameworks/server/server.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status