Skip to content

Commit

Permalink
Updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
epessina committed Nov 4, 2024
1 parent 164cfba commit 7547add
Show file tree
Hide file tree
Showing 8 changed files with 1,734 additions and 1,741 deletions.
15 changes: 9 additions & 6 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
import type { StorybookConfig } from "@storybook/web-components-vite";
import type { StorybookConfig } from '@storybook/web-components-vite';

const config: StorybookConfig = {
stories: ["../src/**/*.mdx", "../src/**/*.stories.@(js|jsx|mjs|ts|tsx)"],
stories: [
'../docs/**/*.mdx',
'../src/**/*.mdx',
'../src/**/*.stories.@(js|jsx|mjs|ts|tsx)'
],
addons: [
"@storybook/addon-links",
"@storybook/addon-essentials",
"@chromatic-com/storybook",
'@storybook/addon-links',
'@storybook/addon-essentials',
],
framework: {
name: "@storybook/web-components-vite",
name: '@storybook/web-components-vite',
options: {},
},
};
Expand Down
1 change: 1 addition & 0 deletions .storybook/manager-head.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<link rel="icon" type="image/png" href="/favicon.png" sizes="192x192">
Loading

0 comments on commit 7547add

Please sign in to comment.