UNPKG
egg-plugin-context
Version:
alpha (1.0.0-alpha.0)
beta (1.0.0-beta.4)
latest (1.1.1)
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
1.0.0-beta.4
1.0.0-beta.3
1.0.0-beta.2
1.0.0-beta.1
1.0.0-alpha.0
An egg middleware for adding contexts
github.com/saqqdy/egg-plugin-context
saqqdy/egg-plugin-context
egg-plugin-context
/
config
/
config.default.js
10 lines
(9 loc)
•
174 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
/** * egg-plugin-context default config * *
@member
Config context *
@property
{String} SOME_KEY - some description */
exports
.withContext = { contextName:
'context'
}