From 694d1857b3352536df7cc31317f200be488e54ee Mon Sep 17 00:00:00 2001 From: Jerko Steiner Date: Tue, 12 Mar 2019 14:16:22 +0500 Subject: [PATCH] Export Bootstrap in packages/server/src/application/index.ts --- packages/server/src/application/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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'