docs(claude): note UI dev server command in run guidance - #32344
Merged
ryan-crabbe-berri merged 1 commit intoJul 7, 2026
Merged
Conversation
Contributor
Greptile SummaryThis PR adds a brief parenthetical note to
Confidence Score: 5/5A single-sentence documentation update to CLAUDE.md with no runtime impact — safe to merge. The change is a one-line documentation addition to a developer guide file with no logic, dependencies, or behavioral changes. The added command ( No files require special attention.
|
| Filename | Overview |
|---|---|
| CLAUDE.md | Single-line documentation addition inserting a parenthetical note about the Admin UI dev server command (npm run dev in ui/litellm-dashboard, port 3000) alongside the existing proxy startup guidance. |
Reviews (1): Last reviewed commit: "docs(claude): note UI dev server command..." | Re-trigger Greptile
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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.
Relevant issues
Linear ticket
Pre-Submission checklist
Please complete all items before asking a LiteLLM maintainer to review your PR
Screenshots / Proof of Fix
Docs-only change to
CLAUDE.md; no runtime behavior to proveType
📖 Documentation
Changes
CLAUDE.mdhad a line on running the proxy but nothing on the Admin UI. Added a minimal note inline next to the proxy command: the UI dev server isnpm run devinui/litellm-dashboard, served on port 3000