Skip to content

Commit

Permalink
build(storybook): restore docs.autodocs option
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangabriele committed Feb 15, 2024
1 parent fd308a7 commit 7dfe389
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .storybook/main.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
/* eslint-disable @typescript-eslint/naming-convention */

import type { StorybookConfig } from '@storybook/react-vite'

const config: StorybookConfig = {
addons: ['@storybook/addon-essentials', 'storybook-addon-performance', '@storybook/addon-a11y'],
docs: {
autodocs: 'tag'
autodocs: true
},
framework: {
name: '@storybook/react-vite',
Expand Down

0 comments on commit 7dfe389

Please sign in to comment.