Skip to content

Commit

Permalink
chore: commit wip
Browse files Browse the repository at this point in the history
  • Loading branch information
artmsilva committed Feb 25, 2024
1 parent 1ebc293 commit 98732e0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ import { dirname, join } from "path";
require("dotenv").config();

module.exports = {
stories: [
"../packages/kit/src/**/*.stories.tsx",
"../ui/(**|!(node_modules))/src/*.stories.@(ts|tsx|js|jsx)",
],
stories: ["../packages/kit/src/**/*.stories.tsx"],
exclude: ["node_modules", "dist"],

addons: [
Expand Down

0 comments on commit 98732e0

Please sign in to comment.