Commit 7169d99
fix: break cyclic dependency between console and crm example
Replace @object-ui/console workspace dependency in examples/crm with
relative path imports to apps/console/plugin.ts. This resolves the
turbo build failure caused by the cyclic dependency:
@object-ui/console → @object-ui/example-crm → @object-ui/console
Updated files:
- examples/crm/package.json: Remove @object-ui/console dependency
- examples/crm/objectstack.config.ts: Use relative import
- examples/crm/server.ts: Use relative import
- examples/crm/console-plugin.ts: Use relative import
All 215 test files pass (3998 tests), all 37 packages build, lint passes.
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>1 parent a4df074 commit 7169d99
5 files changed
Lines changed: 3 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments