Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/evo-marko/.storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const rawMarkdown = {
};

export default {
stories: ["../src/**/*.stories.ts"],
stories: ["../src/**/*.mdx", "../src/**/*.stories.@(js|jsx|mjs|ts|tsx)"],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot we just want .mdx back, none of that other stuff

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was already addressed in commit 1913ea8. The configuration now only adds *.mdx to the original pattern: ["../src/**/*.mdx", "../src/**/*.stories.ts"]

framework: "@storybook/marko-vite",
addons: ["@storybook/addon-a11y"],
parameters: {
Expand Down