UNPKG
magnet-koa-static
Version:
latest (1.0.0)
1.0.0
0.2.1
0.2.0
0.1.0
Magnet adapter for koa-static
github.com/magnetjs/magnet-koa-static
magnetjs/magnet-koa-static
magnet-koa-static
/
dist
/
config
/
koa_static.js
7 lines
•
206 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
// https://github.com/koajs/static#options
exports
.
default
= {
directory
:
'static'
, };
//# sourceMappingURL=koa_static.js.map