mirror of
https://github.com/Lapikud/lapikud.github.io.git
synced 2026-08-08 20:29:12 +00:00
components and storybook for development svg previews
This commit is contained in:
13
.storybook/main.js
Normal file
13
.storybook/main.js
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
|
||||
/** @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;
|
||||
Reference in New Issue
Block a user