feat: skip type check on nextjs adapter mode#400
Merged
valebearzotti merged 1 commit intocanaryfrom Jan 2, 2026
Merged
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
valebearzotti
added a commit
that referenced
this pull request
Jan 6, 2026
* feat: introducing customHome config option (#397) * fix: include tsx files in tsconfig for gpt-apps and mcp-apps default templates The default templates for both GPT apps and MCP apps contained .tsx files but their tsconfig.json was only including .ts files. Added jsx compiler option and .tsx file pattern to match the tailwind template configuration. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com> * unit tests for updateTsConfig function and support updating path aliases on setup (#399) * feat: skip type check on nextjs adapter mode (#400) * feat: upd adapter mode tool gen syntax (#401) * feat: add CSS module type declarations for zero-config ts support * feat: docs sidebar w/ toggleable func (#403) * apply font-family once on body * add CSS documentation to core concepts * improve CSS docs and ordering * feat: example initialization via cli (#406) * feat: example initialization via cli * remove templates parent directory + upd next steps * rmv auto-detection * next steps to handle directory * add globals.css auto-detection and update docs * ignore example metadata folder (#408) * add engineering category * add blog post on MCP UI components (#409) * add blog post on MCP UI components * always bet on react * copywriting nitpicks * upload image + upd date --------- Co-authored-by: Francisco Veiras <74626997+francisco-svg761@users.noreply.github.com> Co-authored-by: valebearzotti <valebearzotti1@gmail.com> * downloadTarStream handle download status (#412) * add safety checks to the --example path (#413) --------- Co-authored-by: Mauricio Dottavio <dottavio@gmail.com> Co-authored-by: Francisco Veiras <74626997+francisco-svg761@users.noreply.github.com> Co-authored-by: Claude Haiku 4.5 <noreply@anthropic.com> Co-authored-by: Francisco Veiras <74626997+fveiraswww@users.noreply.github.com>
0xKoller
pushed a commit
that referenced
this pull request
Jan 7, 2026
0xKoller
pushed a commit
that referenced
this pull request
Jan 7, 2026
* feat: introducing customHome config option (#397) * fix: include tsx files in tsconfig for gpt-apps and mcp-apps default templates The default templates for both GPT apps and MCP apps contained .tsx files but their tsconfig.json was only including .ts files. Added jsx compiler option and .tsx file pattern to match the tailwind template configuration. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com> * unit tests for updateTsConfig function and support updating path aliases on setup (#399) * feat: skip type check on nextjs adapter mode (#400) * feat: upd adapter mode tool gen syntax (#401) * feat: add CSS module type declarations for zero-config ts support * feat: docs sidebar w/ toggleable func (#403) * apply font-family once on body * add CSS documentation to core concepts * improve CSS docs and ordering * feat: example initialization via cli (#406) * feat: example initialization via cli * remove templates parent directory + upd next steps * rmv auto-detection * next steps to handle directory * add globals.css auto-detection and update docs * ignore example metadata folder (#408) * add engineering category * add blog post on MCP UI components (#409) * add blog post on MCP UI components * always bet on react * copywriting nitpicks * upload image + upd date --------- Co-authored-by: Francisco Veiras <74626997+francisco-svg761@users.noreply.github.com> Co-authored-by: valebearzotti <valebearzotti1@gmail.com> * downloadTarStream handle download status (#412) * add safety checks to the --example path (#413) --------- Co-authored-by: Mauricio Dottavio <dottavio@gmail.com> Co-authored-by: Francisco Veiras <74626997+francisco-svg761@users.noreply.github.com> Co-authored-by: Claude Haiku 4.5 <noreply@anthropic.com> Co-authored-by: Francisco Veiras <74626997+fveiraswww@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.