docs: add auth login script and fix local README setup#809
docs: add auth login script and fix local README setup#809pavan-sh wants to merge 1 commit intoTanStack:mainfrom
Conversation
👷 Deploy request for tanstack pending review.Visit the deploys page to approve it
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughTwo minimal changes: corrected the default dev server URL scheme from HTTPS to HTTP in README documentation, and added a new Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
Fix the local auth/setup instructions for contributors.
auth:loginscript topackage.jsonhttps://localhost:3000tohttp://localhost:3000Why
The README pointed contributors to
pnpm auth:login, but that script did not exist inpackage.json, which made the documented command fail. The localhost protocol in the README was also inconsistent with the dev server setup.Summary by CodeRabbit
Documentation
Chores