tachybase_todo/packages/plugins/multi-app-manager/src/index.ts
ChengLei Shao 687e1f4bc5
chore: install subApp asynchronous (#336)
* chore: install subApp asynchronous

* fix: test

* chore: application handleAppStart

* chore: remove application createBy field

Co-authored-by: chenos <chenlinxh@gmail.com>
2022-04-29 20:00:50 +08:00

5 lines
188 B
TypeScript

import { ApplicationModel, registerAppOptions } from './models/application';
export { PluginMultiAppManager as default } from './server';
export { ApplicationModel, registerAppOptions };