687e1f4bc5
* chore: install subApp asynchronous * fix: test * chore: application handleAppStart * chore: remove application createBy field Co-authored-by: chenos <chenlinxh@gmail.com>
5 lines
188 B
TypeScript
5 lines
188 B
TypeScript
import { ApplicationModel, registerAppOptions } from './models/application';
|
|
|
|
export { PluginMultiAppManager as default } from './server';
|
|
export { ApplicationModel, registerAppOptions };
|