static file serving middleware based on koa-static.
yarn add qoq-static
import { WebSlotManager } from 'qoq';
import { Static } from 'qoq-static';
const webSlots = WebSlotManager.use(new Static(root, options));
@see koa-static
static file serving middleware based on koa-static.
yarn add qoq-static
import { WebSlotManager } from 'qoq';
import { Static } from 'qoq-static';
const webSlots = WebSlotManager.use(new Static(root, options));
@see koa-static