feat: solidifies bundler adapter pattern (#3044)

This commit is contained in:
Jarrod Flesch
2023-07-21 17:20:51 -04:00
committed by GitHub
parent 9f06253321
commit 641c765fb9
54 changed files with 2265 additions and 2030 deletions

View File

@@ -1,4 +1,4 @@
import { buildConfig } from '../buildConfig';
import { buildConfigWithDefaults } from '../buildConfigWithDefaults';
import { openAccess } from '../helpers/configHelpers';
import { Config } from '../../src/config/types';
@@ -62,4 +62,4 @@ const config: Config = {
custom: { name: 'Customer portal' },
};
export default buildConfig(config);
export default buildConfigWithDefaults(config);