contentServer.br: boolean (koa-static) mismatch type declaration
GHNewbiee opened this issue · 1 comments
GHNewbiee commented
sarsamurmu commented
koa-static
internally uses koa-send
to serve files. So all options mainly come from the koa-send
package. If you see the options of koa-send
, it has an option named brotli
but in koa-static
it is mistakenly stated as br
. So please use brotli
option instead of br
. Anyway, thanks for reporting bugs :D