Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
monorepo Add missing modules for storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
NikhilVerma committed Oct 7, 2023
1 parent 464fb4d commit 371c12c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@ import { mergeConfig } from "vite";
import path from "path";

const alias = [
"flow-core",
"flow-code-editor",
"flow-core-config",
"flow-core",
"flow-form-builder",
"flow-lineage",
"flow-log",
"flow-code-editor",
"flow-table",
"flow-md-editor"
"flow-md-editor",
"flow-table"
].map(pkg => ({
find: `@cldcvr/${pkg}`,
replacement: path.resolve(__dirname, "../packages", pkg, "src")
Expand Down

0 comments on commit 371c12c

Please sign in to comment.