StaticConf constructor
const
StaticConf({})
Implementation
const StaticConf({
this.fileSystemPath = 'app',
this.defaultDocument = 'index.html',
this.onNotFoundUseDefaultDocumentMiddleware = true,
});
const StaticConf({
this.fileSystemPath = 'app',
this.defaultDocument = 'index.html',
this.onNotFoundUseDefaultDocumentMiddleware = true,
});