mirror of https://github.com/Squidex/squidex.git
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.
22 lines
489 B
22 lines
489 B
/*
|
|
* Squidex Headless CMS
|
|
*
|
|
* @license
|
|
* Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved.
|
|
*/
|
|
|
|
module.exports = {
|
|
"stories": [
|
|
"../src/**/*.stories.mdx",
|
|
"../src/**/*.stories.@(js|jsx|ts|tsx)"
|
|
],
|
|
"addons": [
|
|
"@storybook/addon-links",
|
|
"@storybook/addon-essentials",
|
|
"@storybook/addon-interactions"
|
|
],
|
|
"framework": "@storybook/angular",
|
|
"core": {
|
|
"builder": "@storybook/builder-webpack5"
|
|
}
|
|
}
|