Merged
Conversation
…configuration files for improved compatibility
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…prove navigation structure
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.
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
Touches
@btst/stackpackaging by changing how plugin CSS is rewritten during postbuild, which can affect published artifacts/consumer styling. Demo changes are mostly additive UI/config updates with low runtime risk.Overview
Demo apps now have a real home page:
demos/*/app/page.tsxis replaced with a route index UI that discovers plugin routes viagenerateSchema()and (where applicable) expands seeded resources (posts, boards, forms, CMS types/items) into direct links.Demo configuration/build tweaks: removes root redirects from demo
next.config.ts, drops Next’s generated route type import fromnext-env.d.ts, switches demotsconfig.jsonjsxtopreserve, bumps demo@btst/stackdependency to2.5.3, and updatescopy-stack-src.mjsto optionally overlay monorepo-builtdist/pluginsonto the npm install for correct CSS.Stack packaging fixes: bumps
@btst/stackto2.5.3, changesscripts/postbuild.cjsto inline@workspace/uiCSS directly into eachdist/plugins/**.cssfile (instead of generatingshared/files), and fixesroute-docsschema generation to handle Zod defaults where_def.defaultValuemay be a value or a function.Also updates
biome.jsonto ignore the generated.btst-stack-*directories.Written by Cursor Bugbot for commit b22f972. This will update automatically on new commits. Configure here.