0.0.1 • Published 6 years ago
egg-only v0.0.1
egg-only
Install
$ npm i egg-only --saveUsage
// {app_root}/config/plugin.js
exports.only = {
enable: true,
package: 'egg-only',
};Configuration
// {app_root}/config/config.default.js
exports.only = {
};see config/config.default.js for more detail.
Example
Questions & Suggestions
Please open an issue here.