mirror of
https://github.com/Lapikud/lapikud.github.io.git
synced 2026-08-08 23:19:14 +00:00
11 lines
268 B
JavaScript
11 lines
268 B
JavaScript
/** @type { import('@storybook/svelte-vite').StorybookConfig } */
|
|
const config = {
|
|
stories: ['../src/**/*.stories.svelte'],
|
|
addons: ['@storybook/addon-svelte-csf'],
|
|
framework: {
|
|
name: '@storybook/svelte-vite',
|
|
options: {},
|
|
},
|
|
};
|
|
|
|
export default config; |