Skip to content

Commit

Permalink
chore: reexport DynamicConfigSetup
Browse files Browse the repository at this point in the history
  • Loading branch information
Lunory committed Nov 28, 2024
1 parent c774747 commit 347c531
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ export {NodeKit} from './nodekit';
export {AppContext} from './lib/context';
export {AppConfig, AppContextParams, AppDynamicConfig} from './types';
export {AppError} from './lib/app-error';
export {DynamicConfigSetup} from './lib/dynamic-config-poller';
export {NodeKitLogger} from './lib/logging';
export * from './lib/public-consts';

0 comments on commit 347c531

Please sign in to comment.