Spaces:
Running
Running
import type { Preview } from '@storybook/react'; | |
import '../src/styles/global.css'; | |
const preview: Preview = { | |
parameters: { | |
controls: { | |
matchers: { | |
color: /(background|color)$/i, | |
date: /Date$/i, | |
}, | |
}, | |
nextjs: { | |
appDirectory: true, | |
}, | |
}, | |
}; | |
export default preview; | |