Skip to content

Conversation

@lxsmnsyc
Copy link
Member

@lxsmnsyc lxsmnsyc commented Jan 14, 2026

PR Checklist

Server function inspector, keeps track of server function calls and allows you to inspect both Response and Request easier (than viewing the network tab).

Some TODOs:

  • renderer for seroval plugins
  • multipart/form-data inspector
  • Hex/base64/Text Viewer for ArrayBuffer and other content-types
  • more Request/Response info (e.g. timing, request options, etc.)

Also some UI cleanup to dedupe stuff from the current DevOverlay

Testing

The overlay isn't visually-accessible for now so if you want to open it, go to Console then enter __START_SERVER_FN__(true)

Note

seroval branch doesn't depend on this one, I can rebase this to main when that happens

@changeset-bot
Copy link

changeset-bot bot commented Jan 14, 2026

⚠️ No Changeset found

Latest commit: 2ed08e9

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@netlify
Copy link

netlify bot commented Jan 14, 2026

Deploy Preview for solid-start-landing-page ready!

Name Link
🔨 Latest commit 0b5110a
🔍 Latest deploy log https://app.netlify.com/projects/solid-start-landing-page/deploys/69673af4618a26000846e271
😎 Deploy Preview https://deploy-preview-2049--solid-start-landing-page.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@lxsmnsyc lxsmnsyc marked this pull request as draft January 14, 2026 06:43
@pkg-pr-new
Copy link

pkg-pr-new bot commented Jan 14, 2026

Open in StackBlitz

npm i https://pkg.pr.new/solidjs/solid-start/@solidjs/start@2049
npm i https://pkg.pr.new/solidjs/solid-start/@solidjs/vite-plugin-nitro-2@2049

commit: 2ed08e9

@lxsmnsyc lxsmnsyc changed the base branch from main to feat-seroval-json January 14, 2026 06:44
setOutput((prev) => ({ ...prev, result: value.toString() === result[0].toString() }));
});

return (
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't have to stay but you want to watch the inspector track streams, then enjoy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants