Skip to content

Commit

Permalink
INT-3307: Renamed storybook config files to typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
danoaky-tiny committed Jun 11, 2024
1 parent 009e375 commit b1fd90e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .storybook/main.js

This file was deleted.

18 changes: 18 additions & 0 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
import type { StorybookConfig } from '@storybook/svelte-vite';

const config: StorybookConfig = {
core: {
disableTelemetry: true,
},
stories: ['../src/**/*.stories.mdx', '../src/**/*.stories.@(js|jsx|ts|tsx|svelte)'],
framework: {
name: '@storybook/svelte-vite',
options: {},
},
addons: ['@storybook/addon-essentials', '@storybook/addon-svelte-csf'],
docs: {
autodocs: 'tag',
},
};

export default config;
File renamed without changes.

0 comments on commit b1fd90e

Please sign in to comment.