Skip to content
Snippets Groups Projects
Verified Commit 8ee155ec authored by Dennis Collaris's avatar Dennis Collaris
Browse files

fix(storybook): on recent bun runtime

parent b732b40d
No related branches found
Tags v1.168.1
No related merge requests found
Pipeline #146990 failed
import * as path from 'path';
import type { StorybookConfig } from '@storybook/react-vite';
import path from 'path';
import { fileURLToPath } from 'url';
const __filename = fileURLToPath(import.meta.url);
const __dirname = path.dirname(__filename);
const config: StorybookConfig = {
stories: ['../src/**/*.mdx', '../src/**/*.stories.@(js|jsx|mjs|ts|tsx)'],
addons: ['@storybook/addon-onboarding', '@storybook/addon-essentials', '@storybook/addon-interactions', '@storybook/addon-links'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment