Stone.js API
    Preparing search index...

    Kernel Middleware for serving static files from a directory. If a static file is found, it serves the file; otherwise, the request is passed to the next middleware.

    Index
    • Create a new StaticFileMiddleware instance.

      Parameters

      • container: { blueprint: IBlueprint; logger: ILogger }

        The service container to inject dependencies.

      Returns StaticFileMiddleware