|
@ -61,6 +61,7 @@ function localWebServer (options) { |
|
|
|
|
|
|
|
|
options.rewrite = arrayify(options.rewrite) |
|
|
options.rewrite = arrayify(options.rewrite) |
|
|
options.forbid = arrayify(options.forbid) |
|
|
options.forbid = arrayify(options.forbid) |
|
|
|
|
|
options.mocks = arrayify(options.mocks) |
|
|
|
|
|
|
|
|
const debug = require('debug')('local-web-server') |
|
|
const debug = require('debug')('local-web-server') |
|
|
const Koa = require('koa') |
|
|
const Koa = require('koa') |
|
|