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