refactor cli
This commit is contained in:
@ -37,7 +37,12 @@ module.exports = localWebServer
|
||||
function localWebServer (options) {
|
||||
options = Object.assign({
|
||||
static: {},
|
||||
serveIndex: {},
|
||||
serveIndex: {
|
||||
options: {
|
||||
icons: true,
|
||||
hidden: true
|
||||
}
|
||||
},
|
||||
cacheControl: {},
|
||||
spa: null,
|
||||
log: {},
|
||||
|
Reference in New Issue
Block a user