plouc/mozaik

View on GitHub
packages/server/src/mozaik.ts

Summary

Maintainability
A
1 hr
Test Coverage

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

    public start(existingApp?: Express) {
        if (!this.configuration) {
            this.logger.error(
                chalk.red(
                    `no configuration, you must either call 'configure()' or 'configureFromFile()' before starting Mozaïk server`
Severity: Minor
Found in packages/server/src/mozaik.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status