diff --git a/src/index.ts b/src/index.ts index a564acc89..894339693 100644 --- a/src/index.ts +++ b/src/index.ts @@ -105,6 +105,7 @@ export { scratchOrgLifecycleStages, } from './org/scratchOrgLifecycleEvents'; export { ScratchOrgCache } from './org/scratchOrgCache'; +export { default as ScratchOrgSettingsGenerator } from './org/scratchOrgSettingsGenerator'; // Utility sub-modules export * from './util/sfdc';