import {appmaster,AppMaster,AppMasterConfig} from "@onebro/appmaster"; const server = async (config:AppMasterConfig) => { let master:AppMaster; try { master = await appmaster(config); await master.start(); } catch(e){console.error(e);throw e;} }; export {server}; export * from "./00-ob-auth"; export * from "./01-firstline"; export * from "./02-finavigator"; export * from "./03-swift-msgr"; export * from "./05-enginamor"; export * from "./06-one-to-one"; export * from "./07-sage-list"; export * from "./08-domino-down"; export * from "./09-cnd"; export * from "./config"; export * from "./utils";