Skip to content

Commit 55694d9

Browse files
committed
Core: add Rsbuild frameworks to known frameworks
1 parent 2f7072b commit 55694d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

code/core/src/common/utils/get-storybook-info.ts

+2
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ export const frameworkPackages: Record<string, SupportedFrameworks> = {
4747
// community (outside of monorepo)
4848
'storybook-framework-qwik': 'qwik',
4949
'storybook-solidjs-vite': 'solid',
50+
'storybook-react-rsbuild': 'react',
51+
'storybook-vue3-rsbuild': 'vue3',
5052
};
5153

5254
export const builderPackages = ['@storybook/builder-webpack5', '@storybook/builder-vite'];

0 commit comments

Comments
 (0)