UNPKG
dora
Version:
latest (0.6.1)
0.6.1
0.6.0
0.5.0
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.3
0.3.2
0.3.1
0.3.0
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
0.1.0-beta5
0.1.0-beta4
0.1.0-beta3
0.1.0-beta2
0.1.0-beta1
0.0.1-beta
A fully pluggable server for development.
github.com/dora-js/dora
dora-js/dora
dora
/
lib
/
plugins
/
static.js
11 lines
(10 loc)
•
225 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
'use strict'
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
default
= {
middleware
:
function
middleware
(
) {
return
require
(
'koa-static'
)(
this
.
cwd
); } };
module
.
exports
=
exports
[
'default'
];