-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Update TanStack root directory #10860
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
📝 WalkthroughWalkthroughTwo changes: (1) In app/config/frameworks.php the TanStack Start SSR adapter Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ 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 |
Security Scan Results for PRDocker Image Scan Results
Source Code Scan Results🎉 No vulnerabilities found! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
📜 Review details
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
app/config/frameworks.php(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (4)
- GitHub Check: Setup & Build Appwrite Image
- GitHub Check: Setup & Build Appwrite Image
- GitHub Check: Linter
- GitHub Check: scan
🔇 Additional comments (1)
app/config/frameworks.php (1)
218-218: Output directory change is correct for Nitro adapter, but verify helper scripts are compatible.TanStack Start with Nitro adapter (v2 or v3) outputs to
./.output, not./dist, so the change at line 218 is correct and aligns with the PR description.However, two issues remain:
PR title mismatch: The PR title says "Add teamId to project array in e2e test" but the actual change is only in
frameworks.phpline 218. Update the PR title to match the actual changes.Helper script compatibility: The helper scripts referenced at line 219 could not be located in the repository. Please verify that
helpers/tanstack-start/server.shand any related build/bundle scripts (line 211) are compatible with the new./.outputdirectory structure and do not have hardcoded references to./dist.
✨ Benchmark results
⚡ Benchmark Comparison
|
What does this PR do?
Changes root directory of default tanstack project, since their CLI now defaults to Nitro
Test Plan
(Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work. Screenshots may also be helpful.)
Related PRs and Issues
x
Checklist