mirror of
https://github.com/wazuh/wazuh-dashboard.git
synced 2025-12-11 03:01:06 -06:00
* got storybook working with `yarn storybook discover` Signed-off-by: Justin Kim <jungkm@amazon.com> * Changeset file for PR #9697 created/updated * update yarn lock Signed-off-by: Justin Kim <jungkm@amazon.com> * exclude stories Signed-off-by: Justin Kim <jungkm@amazon.com> --------- Signed-off-by: Justin Kim <jungkm@amazon.com> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
8 lines
169 B
JavaScript
8 lines
169 B
JavaScript
/*
|
|
* Copyright OpenSearch Contributors
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
require('../src/setup_node_env');
|
|
require('../src/dev/storybook/run_storybook_cli');
|