|
@ -46,7 +46,6 @@ if (options.misc.help) { |
|
|
if (options.server['log-format']) { |
|
|
if (options.server['log-format']) { |
|
|
console.error(ansi.format(err.message, 'red')) |
|
|
console.error(ansi.format(err.message, 'red')) |
|
|
} |
|
|
} |
|
|
}) |
|
|
|
|
|
|
|
|
|
|
|
const ws = localWebServer({ |
|
|
const ws = localWebServer({ |
|
|
static: { |
|
|
static: { |
|
@ -65,6 +64,7 @@ if (options.misc.help) { |
|
|
log: { |
|
|
log: { |
|
|
format: options.server['log-format'] |
|
|
format: options.server['log-format'] |
|
|
}, |
|
|
}, |
|
|
|
|
|
cacheControl: options.server.cacheControl, |
|
|
compress: options.server.compress, |
|
|
compress: options.server.compress, |
|
|
mime: options.server.mime, |
|
|
mime: options.server.mime, |
|
|
forbid: options.server.forbid, |
|
|
forbid: options.server.forbid, |
|
|