mirror of
https://github.com/Lapikud/lapikud.github.io.git
synced 2026-08-08 18:39:13 +00:00
13 lines
265 B
JavaScript
13 lines
265 B
JavaScript
|
|
|
|
/** @type { import('@storybook/svelte-vite').StorybookConfig } */
|
|
const config = {
|
|
"stories": [
|
|
"../src/**/*.stories.@(js|ts|svelte)"
|
|
],
|
|
"addons": [
|
|
"@storybook/addon-svelte-csf"
|
|
],
|
|
"framework": "@storybook/svelte-vite"
|
|
};
|
|
export default config; |