mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 15:35:49 +01:00
7 lines
164 B
TypeScript
7 lines
164 B
TypeScript
|
|
import path from 'path';
|
||
|
|
import initStoryshots from '@storybook/addon-storyshots';
|
||
|
|
|
||
|
|
initStoryshots({
|
||
|
|
configPath: path.resolve(__dirname, '..', '.storybook'),
|
||
|
|
});
|