Commit f64850d
committed
fix: remove agent from pnpm workspace to fix Render build
The agent's package.json made it a pnpm workspace member, so
pnpm install on the Node frontend service triggered "uv sync" in an
environment where uv doesn't exist — breaking Render deploys.
Remove apps/agent/package.json entirely (matching the Shadify pattern)
and run the agent dev server via a direct shell command in the root
package.json instead of through Turbo.1 parent 20cd544 commit f64850d
4 files changed
Lines changed: 11 additions & 942 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments