Skip to content

Commit 974dc11

Browse files
committed
feat: setup first component with story
1 parent a4a678e commit 974dc11

File tree

5 files changed

+1415
-1603
lines changed

5 files changed

+1415
-1603
lines changed

.storybook/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const react = require('@vitejs/plugin-react');
22
module.exports = {
3-
stories: ['../stories/Start.stories.mdx', '../stories/**/*.stories.mdx', '../stories/**/*.stories.@(js|jsx|ts|tsx)'],
3+
stories: ['../stories/*.mdx', '../src/**/*.stories.mdx', '../stories/**/*.stories.@(js|jsx|ts|tsx)'],
44
staticDirs: [
55
{
66
from: '../docs',

0 commit comments

Comments
 (0)