UNPKG
@easy-team/res
Version:
latest (2.0.1)
next (2.0.0)
2.0.1
2.0.0
1.0.0
A Powerful, Simple Node React Web Framework
@easy-team/res
/
app.js
6 lines
(5 loc)
•
131 B
JavaScript
View Raw
1
2
3
4
5
6
'use strict'
;
// https://github.com/eggjs/egg/issues/1520
module
.
exports
=
app
=>
{ app.
config
.
coreMiddleware
.
push
(
'locals'
); };