Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: module will not automatically generate a basic configuration (#797
) <!-- ☝️ PR title should follow conventional commits (https://conventionalcommits.org). In particular, the title should start with one of the following types: - docs: 📖 Documentation (updates to the documentation or readme) - fix: 🐞 Bug fix (a non-breaking change that fixes an issue) - feat: ✨ New feature/enhancement (a non-breaking change that adds functionality or improves existing one) - feat!/fix!:⚠️ Breaking change (fix or feature that would cause existing functionality to change) - chore: 🧹 Chore (updates to the build process or auxiliary tools and libraries) --> ### 🔗 Linked issue Resolves #793 ### 📚 Description Actually module will not automatically generate a basic configuration and you have to create `.storybook/main.{ts,js}` `.storybook/preview.{js,cjs,mjs,ts}` --------- Co-authored-by: Tobias Diez <[email protected]>
- Loading branch information