Skip to content

Commit d2101ae

Browse files
committed
chore: legger til kode så det går å bygge
1 parent 5e8825c commit d2101ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.storybook/main.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import type { StorybookConfig } from '@storybook/react-vite';
2-
2+
import { createRequire } from 'module';
3+
const require = createRequire(import.meta.url);
34
import { join, dirname } from 'path';
45

56
/**

0 commit comments

Comments
 (0)