Skip to content

Commit

Permalink
Core: add Rsbuild frameworks to known frameworks
Browse files Browse the repository at this point in the history
  • Loading branch information
fi3ework committed Aug 11, 2024
1 parent 1caffa8 commit ca4d322
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/core/src/common/utils/get-storybook-info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ export const frameworkPackages: Record<string, SupportedFrameworks> = {
// community (outside of monorepo)
'storybook-framework-qwik': 'qwik',
'storybook-solidjs-vite': 'solid',
'storybook-react-rsbuild': 'react',
'storybook-vue3-rsbuild': 'vue3',
};

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

0 comments on commit ca4d322

Please sign in to comment.