0.0.3 • Published 2 years ago

@osik/static v0.0.3

Weekly downloads
-
License
-
Repository
-
Last release
2 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

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago