Open
Conversation
…configuration files for improved compatibility
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
| if (!existsSync(src)) { | ||
| // Likely running in the monorepo where the workspace symlink does not expose | ||
| // src/ — fall back gracefully; @source paths in globals.css cover this case. | ||
|
|
There was a problem hiding this comment.
Truncated comment left as incomplete sentence
Low Severity
The second line of a two-line comment was removed, leaving the comment truncated mid-sentence: "// Likely running in the monorepo where the workspace symlink does not expose" followed by a blank line. The deleted continuation "// src/ — fall back gracefully; @source paths in globals.css cover this case." completed the thought. This affects all six demo copy-stack-src.mjs files identically.
Additional Locations (2)
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.


Note
Medium Risk
Changes default navigation by removing
/redirects across multiple Next.js demos and adds new home UIs, which could break expected entrypoints/bookmarks. Also adjusts TypeScript/Next typing and JSX compiler settings, which may affect build/typecheck behavior in these demo apps.Overview
Demo homepages now render a routes list instead of returning
null, providing clickable entrypoints (plus docs links) forai-chat,blog,cms,form-builder,kanban, andui-builder.Routing/config updates: removes Next.js
redirects()that previously sent/to a default page, drops the generated./.next/types/routes.d.tsimport fromnext-env.d.ts, and switches several demos’tsconfig.jsonJSX mode topreserve. Also updateskanban/ui-builderCSS to import plugin styles from@btst/stack/dist/.../client.cssand makes a minor comment-only tweak incopy-stack-src.mjs.Written by Cursor Bugbot for commit 3f7066e. This will update automatically on new commits. Configure here.