You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

17 line
354 B

  1. const path = require('path');
  2. module.exports = {
  3. stories: [
  4. '../stories/**/*.stories.mdx',
  5. '../stories/**/*.stories.@(js|jsx|ts|tsx)'
  6. ],
  7. addons: [
  8. '@storybook/preset-scss',
  9. '@storybook/addon-links',
  10. '@storybook/addon-essentials',
  11. '@storybook/addon-controls',
  12. ],
  13. staticDir: './public',
  14. framework: '@storybook/html',
  15. }