We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 658d145 commit 7abb2f9Copy full SHA for 7abb2f9
packages/stencil-library/.storybook/main.ts
@@ -1,6 +1,7 @@
1
import { createRequire } from 'node:module';
2
import { dirname, join } from 'node:path';
3
4
+// @ts-ignore
5
const require = createRequire(import.meta.url);
6
export default {
7
stories: ['../src/**/*.mdx', '../src/**/*.stories.@(js|jsx|mjs|ts|tsx)'],
0 commit comments