Optional apiprefixes that should be served by the object returned from createApiServer instead of a static file server
Optional defaultOptional defaultFile to serve if no static file exists at the expected path, specified as relative to the file root
"404.html"
Optional fileRoot from which to look for static files
"./static/"
Optional urlRoot of requests that will result in static files being served
""
Generated using TypeDoc
With StaticFileOpts, you can set up things such that
It is not a particularly efficient file server, but it should do the job in a pinch