init
This commit is contained in:
parent
85ac3b6ffa
commit
d055c4bc40
51 changed files with 1059 additions and 0 deletions
20
.storybook/main.js
Normal file
20
.storybook/main.js
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
|
||||
|
||||
/** @type { import('@storybook/sveltekit').StorybookConfig } */
|
||||
const config = {
|
||||
"stories": [
|
||||
"../src/**/*.mdx",
|
||||
"../src/**/*.stories.@(js|ts|svelte)"
|
||||
],
|
||||
"addons": [
|
||||
"@storybook/addon-svelte-csf",
|
||||
"@storybook/addon-essentials",
|
||||
"@chromatic-com/storybook",
|
||||
"@storybook/addon-interactions"
|
||||
],
|
||||
"framework": {
|
||||
"name": "@storybook/sveltekit",
|
||||
"options": {}
|
||||
}
|
||||
};
|
||||
export default config;
|
||||
Loading…
Add table
Add a link
Reference in a new issue