文件名称:nestjs-unleash:释放对NestJS的功能切换的支持
文件大小:227KB
文件格式:ZIP
更新时间:2024-04-18 22:04:04
feature-toggle unleash nestjs TypeScript
NestJS释放 模块 目录 用法 $ npm install --save nestjs-unleash 使用UnleashModule.forRoot(...)或UnleashModule.forRootAsync(...)导入模块。 同步配置 使用UnleashModule.forRoot() 。 可用的选项在中描述。 @ Module ( { imports : [ UnleashModule . forRoot ( { url : "https://example.com/unleash" , appName : "my-app-name" , instanceId : "my-unique-instance" , } ) , ] , } ) export class MyModule { } 异步配置 如果要使用