Commit c58dad8
fix: add missing mobile and plugin-designer workspace aliases to fix Vercel build
Without turbo pre-building to dist/, all workspace packages must be in
the src/ alias map for Vite to resolve them. @object-ui/mobile and
@object-ui/plugin-designer were missing, causing:
[commonjs--resolver] Failed to resolve entry for package "@object-ui/mobile"
Build now succeeds in ~18s locally.
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>1 parent 0eedfe7 commit c58dad8
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
73 | 74 | | |
74 | 75 | | |
75 | 76 | | |
| |||
85 | 86 | | |
86 | 87 | | |
87 | 88 | | |
| 89 | + | |
88 | 90 | | |
89 | 91 | | |
90 | 92 | | |
| |||
0 commit comments