Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
maximiliani committed Oct 29, 2024
1 parent 3cba07f commit ac94e09
Show file tree
Hide file tree
Showing 12 changed files with 3,763 additions and 329 deletions.
12 changes: 6 additions & 6 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
const config = {
export default {
stories: ['../src/**/*.mdx', '../src/**/*.stories.@(js|jsx|mjs|ts|tsx)'],
addons: ['@storybook/addon-links', '@storybook/addon-essentials'],
staticDirs: [{ from: '../dist', to: '/assets' }, { from: '../loader', to: '/assets' }],
framework: {
name: '@storybook/web-components-vite',
options: {},
framework: '@storybook/web-components-vite',
docs: {
source: {
type: 'code',
},
},
docs: {},
core: {
disableTelemetry: true,
},
};
export default config;
4 changes: 1 addition & 3 deletions .storybook/preview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { defineCustomElements } from '../loader';

defineCustomElements();

const preview = {
export default {
parameters: {
controls: {
matchers: {
Expand All @@ -13,5 +13,3 @@ const preview = {
},
},
};

export default preview;
Loading

0 comments on commit ac94e09

Please sign in to comment.