Export Bootstrap in packages/server/src/application/index.ts

This commit is contained in:
Jerko Steiner 2019-03-12 14:16:22 +05:00
parent 406858cf2d
commit 694d1857b3

View File

@ -1,3 +1,4 @@
export * from './Application'
export * from './Bootstrap'
export * from './IApplication' export * from './IApplication'
export * from './IConfig' export * from './IConfig'
export * from './Application'