Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
inokawa committed May 4, 2024
1 parent 1d639c7 commit 5a99f7c
Show file tree
Hide file tree
Showing 4 changed files with 1,482 additions and 3,121 deletions.
5 changes: 1 addition & 4 deletions .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@ import { mergeConfig } from "vite";

/** @type { import('@storybook/react-vite').StorybookConfig } */
export default {
stories: [
"../stories/**/*.stories.mdx",
"../stories/**/*.stories.@(js|jsx|ts|tsx)",
],
stories: ["../stories/**/*.mdx", "../stories/**/*.stories.@(js|jsx|ts|tsx)"],
addons: ["@storybook/addon-storysource"],
framework: {
name: "@storybook/react-vite",
Expand Down

0 comments on commit 5a99f7c

Please sign in to comment.