jimpex
    Preparing search index...

    Type Alias ShowHTMLOptions

    The options to customize the behavior of the middleware.

    type ShowHTMLOptions = {
        file: string;
    }
    Index

    Properties

    Properties

    file: string

    The name of the file the middleware will serve. If the HTMLGenerator service is available, it will be overridden by the service.

    'index.html'