fix: detect eve dev-server readiness url - #3070
Open
mwln wants to merge 1 commit into
Open
Conversation
Contributor
|
@mwln is attempting to deploy a commit to the Vercel Team on Vercel. A member of the Team first needs to authorize it. |
De-ASI-INTERFACE
approved these changes
Sep 5, 2026
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
was having issues with other urls appearing in dev server startup being caught
via the regex check and then proxying requests there that should be going to the eve agent.
Example
this would fail and write the following to
sveltekit-dev-server.jsonfile:{ "appRoot": "example/dir", "origin": "https://rolldown.rs", "pid": 12345, "updatedAt": "2026-09-04T00:00:00.000Z" }another signal is the fact that the application dev server which is proxying to the agent starts up after this, signaling that it "found" the URL in the startup and doesn't need to wait any more. The actual eve dev startup happens some time a little later with the URL we actually need to await.
Validation
https://urls against the dev server startup/server listening at/substring from the eve cliChecklist
CONTRIBUTING.mdevepackagegit commit --signoff)