Skip to content

Commit

Permalink
fix(lib): fixed missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
zakhenry committed Nov 19, 2016
1 parent ba28d05 commit 6608432
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/server/index.ts
Expand Up @@ -23,3 +23,4 @@ export * from './seeders';
export * from './migrations';
export * from './stores';
export * from './middleware';
export * from './registry';
7 changes: 7 additions & 0 deletions src/server/registry/index.ts
@@ -0,0 +1,7 @@
/**
* @module server
*/
/**
* Barrel module only for exporting middleware implementations and interfaces
*/
export * from './decorators';

0 comments on commit 6608432

Please sign in to comment.