Skip to content

Commit 3c64813

Browse files
committed
chore: export composeCreateRsbuildConfig as utils
1 parent de71d3f commit 3c64813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export { prepareCli } from './cli/prepare';
22
export { runCli } from './cli/commands';
3-
export { defineConfig, loadConfig } from './config';
3+
export { defineConfig, loadConfig, composeCreateRsbuildConfig } from './config';
44
export { build } from './build';
55
export { logger } from './utils/logger';
66
export type * from './types';

0 commit comments

Comments
 (0)