mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-08 11:11:53 +08:00
8 lines
125 B
Plaintext
8 lines
125 B
Plaintext
```js
|
|
// .storybook/main.js
|
|
export default {
|
|
// ...
|
|
framework: '@storybook/web-components-vite', // 👈 Add this
|
|
};
|
|
```
|