Uh oh!
There was an error while loading. Please reload this page.
docs: update migrate from next docs to working example - #7025
Conversation
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📥 CommitsReviewing files that changed from the base of the PR and between 6cdec39dc4beea5b15971d9a84c1f230e9af41b3 and 728aa42. 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughUpdated the React migration guide to show adding a Nitro Vite plugin in the dependency examples and Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 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 |
Uh oh!
There was an error while loading. Please reload this page.
View your CI Pipeline Execution ↗ for commit 728aa42
☁️ Nx Cloud last updated this comment at |
- Added nitro as a dependency and included it in the Vite configuration. This is required to run the application after build. Without it it will just do a silent 0 exit without any output. - Removed the `vite-tsconfig-paths` dependency in favor of path alias support introduced in Vite v8.
Updated installation commands for Vite and tailwind to be split up, removed unused dependency imports.
Uh oh!
There was an error while loading. Please reload this page.
Current example is a bit out of date with the new Vite 8 release, and it is not fully working because it is missing the
nitrodependency.nitroas a dependency and included it in the Vite configuration. This is required to run the application after build. Without it it will just do a silent 0 exit without any output.vite-tsconfig-pathsdependency in favor of path alias support introduced in Vite v8.Summary by CodeRabbit