Interface ServerConfig

interface ServerConfig {
    logging?: string;
    router?: RouterConfig;
}

Properties

Properties

logging?: string

Set log level

router?: RouterConfig

Configuration passed to router