mirror of
https://github.com/Lapikud/lapikud.github.io.git
synced 2026-08-08 22:59:14 +00:00
components and tailwind rework
This commit is contained in:
@@ -1,13 +1,11 @@
|
||||
|
||||
|
||||
/** @type { import('@storybook/svelte-vite').StorybookConfig } */
|
||||
const config = {
|
||||
"stories": [
|
||||
"../src/**/*.stories.@(js|ts|svelte)"
|
||||
],
|
||||
"addons": [
|
||||
"@storybook/addon-svelte-csf"
|
||||
],
|
||||
"framework": "@storybook/svelte-vite"
|
||||
stories: ['../src/**/*.stories.svelte'],
|
||||
addons: ['@storybook/addon-svelte-csf'],
|
||||
framework: {
|
||||
name: '@storybook/svelte-vite',
|
||||
options: {},
|
||||
},
|
||||
};
|
||||
|
||||
export default config;
|
||||
Reference in New Issue
Block a user