0.0.3 • Published 3 years ago

@osik/static v0.0.3

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

@osik/router

static middleware

const { osik } = require('osik');
const { Static } = require('@osik/static');

const app = osik();

app.use(Static('/public'));

app.listen(3000);

License

MIT

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago

0.0.0

3 years ago