Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 403 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 403 Bytes

qoq-static

static file serving middleware based on koa-static.

Installation

yarn add qoq-static

Usage

import { WebSlotManager } from 'qoq';
import { Static } from 'qoq-static';

const webSlots = WebSlotManager.use(new Static(root, options));

Options

@see koa-static