Skip to content
This repository has been archived by the owner on May 8, 2020. It is now read-only.

Commit

Permalink
fix(bootstrap): re-export bootstrap from server index
Browse files Browse the repository at this point in the history
  • Loading branch information
zakhenry committed Jun 17, 2016
1 parent 18448b4 commit c37c947
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export * from './main';
export * from './bootstrap';
export * from './controllers/index';
export * from './servers/index';
export * from './services/index';
Expand Down

0 comments on commit c37c947

Please sign in to comment.