dev: make pnpm dev watch workspace package changes

This commit is contained in:
Dotta
2026-03-06 15:48:35 -06:00
parent b155415d7d
commit 36013c35d9
3 changed files with 6 additions and 2 deletions

View File

@@ -218,7 +218,8 @@ By default, agents run on scheduled heartbeats and event-based triggers (task as
## Development
```bash
pnpm dev # Full dev (API + UI)
pnpm dev # Full dev (API + UI, watch mode)
pnpm dev:once # Full dev without file watching
pnpm dev:server # Server only
pnpm build # Build all
pnpm typecheck # Type checking