Skip to content

Commit

Permalink
fix: should export everything
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Jun 23, 2024
1 parent e9e1f0c commit da6c193
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 450 deletions.
10 changes: 8 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
import utils from './utils/index.js';

export { utils };

export * from './egg.js';
export * from './loader/egg_loader.js';
export * from './base_context_class.js';
export { utils };
export * from './lifecycle.js';
export * from './loader/egg_loader.js';
export * from './loader/file_loader.js';
export * from './loader/context_loader.js';
export * from './utils/sequencify.js';
export * from './utils/timing.js';
Loading

0 comments on commit da6c193

Please sign in to comment.