Hierarchy

  • IMidwayBootstrapOptions

Indexable

[customPropertyKey: string]: any

Properties

appDir?: string
applicationContext?: IMidwayContainer
asyncContextManager?: AsyncContextManager
baseDir?: string
configurationModule?: any

Deprecated

please use 'imports'

globalConfig?: Record<string, any> | {
    [environmentName: string]: Record<string, any>;
}[]
ignore?: string[]
imports?: any
logger?: boolean | ILogger
loggerFactory?: LoggerFactory<any, any>
moduleDetector?: false | "file" | IFileDetector
preloadModules?: any[]

Generated using TypeDoc