Commit 6e4814c
fix: remove turbo pre-build from Vercel, use Vite src/ aliases directly
The turbo step compiled all 30+ packages with tsc, hitting pre-existing TS
errors in plugin-dashboard, plugin-detail, and plugin-grid. Vite already
compiles all workspace packages from source via src/ aliases — turbo is
unnecessary and also causes "Unknown component type" runtime errors.
Also adds missing vite.config.ts aliases for @object-ui/mobile and
@object-ui/plugin-designer which are imported by the console app.
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>1 parent 5831b8b commit 6e4814c
2 files changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| 111 | + | |
| 112 | + | |
111 | 113 | | |
112 | 114 | | |
113 | 115 | | |
| |||
0 commit comments