import { Server } from '@nestjs.pro/common/dist/server/Server'; import { RBACModule } from './RBACModule'; Server.bootstrap(RBACModule.forRoot({ initializeModuleDefaults: true }), 'rbac', 8182, { path: 'rbac', title: 'RBAC', description: 'Role Based Access Control', version: '0.0.1', tags: [], contactName: 'Matthew Davis', contactEmail: 'matthew@matthewdavis.io', contactUrl: 'https://matthewdavis.io', docsDescription: 'docs', docsUrl: 'https://matthewdavis.io', serverUrls: [ 'http://localhost:8181' ] }, [], null);