-
-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mock Browser #168
base: staging
Are you sure you want to change the base?
Mock Browser #168
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/grida/assistant/7BFgiY8egwG4AHtCLG3dDqU8oRWS |
App navigation update - interactive minimalistic navigation control
… into @ui/mock-browser
module.exports = { | ||
stories: [ | ||
"../app/lib/components/**/*.stories.mdx", | ||
"../app/lib/components/**/*.stories.@(js|jsx|ts|tsx)", | ||
"**/*.stories.mdx", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can't do this.
pacakages/submoule-package/**/*.stories.mdx
from another repository will also be included. we don't want this
temporary example