docs(devtools): clarify monorepo usage for DevTools viewer#14247
Merged
aayush-kapoor merged 3 commits intovercel:mainfrom Apr 9, 2026
Merged
docs(devtools): clarify monorepo usage for DevTools viewer#14247aayush-kapoor merged 3 commits intovercel:mainfrom
aayush-kapoor merged 3 commits intovercel:mainfrom
Conversation
Add instructions to run DevTools from the app workspace (e.g. apps/api) instead of monorepo root to ensure logs appear correctly.
Co-authored-by: vercel[bot] <35613825+vercel[bot]@users.noreply.github.com>
aayush-kapoor
approved these changes
Apr 9, 2026
ghost
pushed a commit
that referenced
this pull request
Apr 9, 2026
## Background DevTools does not currently document how it should be used in a monorepo setup. When running the viewer from the monorepo root, no runs or steps appear in the UI, which can be confusing. ## Summary Add a "Monorepo usage" section to clarify that DevTools must be started from the same workspace where the AI SDK code is executed (e.g. `apps/api`), instead of the monorepo root. ## Checklist - [ ] Tests have been added / updated (for bug fixes / features) - [x] Documentation has been added / updated (for bug fixes / features) - [ ] A _patch_ changeset for relevant packages has been added (for bug fixes / features - run `pnpm changeset` in the project root) - [x] I have reviewed this pull request (self-review) --------- Co-authored-by: vercel[bot] <35613825+vercel[bot]@users.noreply.github.com> Co-authored-by: Aayush Kapoor <83492835+aayush-kapoor@users.noreply.github.com>
|
✅ Backport PR created: #14271 |
ghost
pushed a commit
that referenced
this pull request
Apr 9, 2026
…14271) This is an automated backport of #14247 to the release-v6.0 branch. FYI @Mahendradeokar Co-authored-by: MD <104544103+Mahendradeokar@users.noreply.github.com> Co-authored-by: vercel[bot] <35613825+vercel[bot]@users.noreply.github.com> Co-authored-by: Aayush Kapoor <83492835+aayush-kapoor@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Background
DevTools does not currently document how it should be used in a monorepo setup. When running the viewer from the monorepo root, no runs or steps appear in the UI, which can be confusing.
Summary
Add a "Monorepo usage" section to clarify that DevTools must be started from the same workspace where the AI SDK code is executed (e.g.
apps/api), instead of the monorepo root.Checklist
pnpm changesetin the project root)