Skip to content

qoq-ts/qoq-static

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Static file server middleware for qoq

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors