diff --git a/packages/server/src/application/index.ts b/packages/server/src/application/index.ts index 26e753a..77a8573 100644 --- a/packages/server/src/application/index.ts +++ b/packages/server/src/application/index.ts @@ -1,3 +1,4 @@ +export * from './Application' +export * from './Bootstrap' export * from './IApplication' export * from './IConfig' -export * from './Application'