UNPKG

node-web-mvc

Version:
16 lines (15 loc) 510 B
import { HotOptions } from '../hmr/src'; import { NodeServerOptions } from './SpringBootApplication'; export default class BootConfiguration { private readonly annoConfigs; private serverOptions; constructor(primarySources: Function[]); private resolvePaths; getScanBasePackages(): string[]; getHotOptions(): HotOptions; getServerOptions(): NodeServerOptions; getExcludeScan(): string[]; getLaunchLogOff(): boolean; getPort(): number; getEanbleSwagger(): boolean; }