Signal drop!
Relay (operand.online) is unreachable.
Usually, a dropped signal means an upgrade is happening. Hold on!
Sorry, no connección.
Hang in there while we get back on track
gram: drop
> ./.storybook/preview.ts
Lenses
(coming soon!)
import type { Preview } from 'storybook-solidjs-vite';
const preview: Preview = {
tags: ['autodocs'],
parameters: {
// automatically create action args for all props that start with "on"
actions: { argTypesRegex: '^on.*' },
controls: {
matchers: {
color: /(background|color)$/i,
date: /Date$/,
},
},
docs: {
codePanel: true,
},
},
};
export default preview;