Storybook Config
@theholocron/storybook-config exports ready-made Storybook main and preview configurations for component libraries in the theholocron ecosystem.
Install
Section titled “Install”pnpm add -D @theholocron/storybook-configIn .storybook/main.ts:
import { main } from "@theholocron/storybook-config";
export default main;In .storybook/preview.ts:
import { preview } from "@theholocron/storybook-config";
export default preview;