Skip to content

Comments

Add dev server log capture and url helper#17

Merged
mostlyerror merged 1 commit intomainfrom
chore/dev-log-capture
Feb 13, 2026
Merged

Add dev server log capture and url helper#17
mostlyerror merged 1 commit intomainfrom
chore/dev-log-capture

Conversation

@mostlyerror
Copy link
Owner

Summary

  • Pipes npm run dev output to logs/dev.log via tee for easy debugging
  • Adds npm run url to quickly print the local dev server URL from the log
  • Gitignores the logs/ directory

Test Plan

  • npm run dev starts the server and writes output to logs/dev.log
  • npm run url prints the localhost URL while the dev server is running
  • npm run build succeeds
  • npm run test:smoke — all 10 routes return 200

🤖 Generated with Claude Code

Pipes dev server output to logs/dev.log for easier debugging and adds
a quick `npm run url` command to grab the local dev URL. Gitignores
the logs directory.

Co-Authored-By: Claude Opus 4.6 <[email protected]>
@vercel
Copy link
Contributor

vercel bot commented Feb 13, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
goodrobotco.com Ready Ready Preview, Comment Feb 13, 2026 3:37pm

@mostlyerror mostlyerror merged commit b21c06d into main Feb 13, 2026
5 checks passed
@mostlyerror mostlyerror deleted the chore/dev-log-capture branch February 13, 2026 15:40
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.

1 participant