mirror of
https://github.com/cloudflare/vinext.git
synced 2026-05-09 08:25:34 +02:00
[PR #271] [MERGED] feat: log incoming requests in dev server #430
Labels
No labels
enhancement
enhancement
good first issue
help wanted
nextjs-tracking
nextjs-tracking
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vinext#430
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/cloudflare/vinext/pull/271
Author: @james-elicx
Created: 3/5/2026
Status: ✅ Merged
Merged: 3/5/2026
Merged by: @james-elicx
Base:
main← Head:james/dev-request-log📝 Commits (4)
879ea0afeat: log incoming requests in dev server7806462whitespace, undefined check, sentinel improvement1bad824bonk comments99d1795bonk comments📊 Changes
4 files changed (+274 additions, -0 deletions)
View changed files
📝
packages/vinext/src/index.ts(+120 -0)📝
packages/vinext/src/server/app-dev-server.ts(+42 -0)📝
packages/vinext/src/server/dev-server.ts(+26 -0)➕
packages/vinext/src/server/request-log.ts(+86 -0)📄 Description
Adds logging for network requests like in the Next.js dev server. Shows a rough compile / render time split like Next.js does as well (where possible). Supports both app dir and pages dir.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.