Browse Source

fix(sb): add staticDirs config

pull/4324/head
KenTandrian 6 months ago
parent
commit
1e84a7ac8d
  1. 6
      libs/ui/.storybook/main.js

6
libs/ui/.storybook/main.js

@ -4,6 +4,12 @@ const config = {
name: '@storybook/angular', name: '@storybook/angular',
options: {} options: {}
}, },
staticDirs: [
{
from: '../../../apps/client/src/assets',
to: '/assets'
}
],
stories: ['../**/*.stories.@(js|jsx|ts|tsx|mdx)'] stories: ['../**/*.stories.@(js|jsx|ts|tsx|mdx)']
}; };

Loading…
Cancel
Save