Skip to content

Commit

Permalink
Export Application Configurator
Browse files Browse the repository at this point in the history
  • Loading branch information
aedart committed Sep 29, 2024
1 parent 069ab6a commit a9361a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/contracts/src/core/configuration/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import Configurator from "./Configurator";
export type {
Configurator
}
1 change: 1 addition & 0 deletions packages/contracts/src/core/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ export {
type BootstrapperConstructor
}

export * from './configuration/index';
export * from './types';

0 comments on commit a9361a1

Please sign in to comment.