demo
This commit is contained in:
14
web-components/.storybook/main.js
Normal file
14
web-components/.storybook/main.js
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
|
||||
/** @type { import('@storybook/web-components-vite').StorybookConfig } */
|
||||
const config = {
|
||||
"stories": [
|
||||
"../stories/**/*.stories.@(js|jsx|mjs|ts|tsx)"
|
||||
],
|
||||
"addons": [],
|
||||
"framework": {
|
||||
"name": "@storybook/web-components-vite",
|
||||
"options": {}
|
||||
}
|
||||
};
|
||||
export default config;
|
||||
Reference in New Issue
Block a user