Skip to content

Commit 02ff813

Browse files
committed
build(deps-dev): bump storybook
1 parent 2363ba4 commit 02ff813

File tree

3 files changed

+563
-1471
lines changed

3 files changed

+563
-1471
lines changed

.storybook/main.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import type { StorybookConfig } from '@storybook/web-components-vite';
2-
import { html } from 'lit';
32
import { join, dirname } from 'path';
43

54
/**
@@ -16,17 +15,24 @@ const config: StorybookConfig = {
1615
'../packages/**/*.story.@(js|jsx|mjs|ts|tsx)',
1716
'../stories/**/*.story.@(js|jsx|mjs|ts|tsx)',
1817
],
18+
1919
staticDirs: ['./images'],
20+
2021
addons: [
2122
getAbsolutePath('@storybook/addon-links'),
2223
getAbsolutePath('@storybook/addon-essentials'),
2324
getAbsolutePath('@chromatic-com/storybook'),
2425
getAbsolutePath('@storybook/addon-a11y'),
2526
'../storyhelpers/storybook-readme',
2627
],
28+
2729
framework: {
2830
name: getAbsolutePath('@storybook/web-components-vite'),
2931
options: {},
3032
},
33+
34+
docs: {
35+
autodocs: true,
36+
},
3137
};
3238
export default config;

0 commit comments

Comments
 (0)