0.0.1 • Published 2 years ago
@yunflyjs/yunfly-plugin-response v0.0.1
@yunflyjs/yunfly-plugin-response
yunfly response plugin.
Usage
- install
yarn add @yunflyjs/yunfly-plugin-response- declare plugins in config/config.plugin.ts
/**
 * yunfly plugin
 */
const plugins: {[key:string]: string}[] = [
  {
    name: 'response',
    package: '@yunflyjs/yunfly-plugin-response'
  }
];
// 
export default plugins;- enable plugins in config/config.default.ts
config.response = {
  enable: true,
}0.0.1
2 years ago