Commit a4de8a7
fix(console): remove non-existent msw:init from Vercel build command
The buildCommand in vercel.json referenced `pnpm msw:init` but no such
script exists in apps/console/package.json, causing exit code 254.
Since VITE_USE_MOCK_SERVER=false in the Vercel deploy (server mode),
MSW is not needed and the step can be safely removed.
Agent-Logs-Url: https://github.com/objectstack-ai/objectui/sessions/debc340f-7dee-423b-a14b-beddf51c85dc
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>1 parent bf0a0cd commit a4de8a7
2 files changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments