export * from './entities' export * from './migrations' export * from './graphql' export * from './controllers' import './routes' import './engine' process.on('bootstrap-module-start' as any, async ({ app, config, client }: any) => {})