egg-boom
v1.2.3
Published
http errors
Downloads
4
Readme
egg-boom
Install
$ npm i egg-boom --save
Usage
// {app_root}/config/plugin.js
exports.boom = {
enable: true,
package: 'egg-boom',
};
Configuration
// {app_root}/config/config.default.js
exports.boom = {
};
see config/config.default.js for more detail.
Example
Questions & Suggestions
Please open an issue here.