feat: add configurable dev server port and timeout settings#1852
Open
benmarten wants to merge 1 commit intoBloopAI:mainfrom
Open
feat: add configurable dev server port and timeout settings#1852benmarten wants to merge 1 commit intoBloopAI:mainfrom
benmarten wants to merge 1 commit intoBloopAI:mainfrom
Conversation
34b7199 to
9a6b233
Compare
Review CompleteYour review story is ready! Comment !reviewfast on this PR to re-generate the story. |
8d59a30 to
4871e73
Compare
- Add dev_server_timeout field to projects table (default 30s) - Allow configuring dev server port in project settings - Port configuration takes priority over auto-detection from logs - Add UI controls in Project Settings for port and timeout - Update preview panel to use configured timeout
4871e73 to
9437aa2
Compare
Rebase verification — PR #1852Local rebase against current
The "configurable dev server port and timeout settings" feature has a wide surface (DB schema fields → service-layer plumbing → UI controls) and the conflicts span pre-monorepo + sqlx-cache + active-file paths. Action: this PR's surface is too broad to rebase by hand. Two paths forward:
Sunset context: — Automated rebase-verification: detected 22-file conflict before posting. Recommend close + rewrite or scope cut. |
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.
Summary
dev_server_portanddev_server_timeoutfields to projectsTest plan
🤖 Generated with Claude Code