Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/create-rari-app/templates/default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"@types/react-dom": "^19.2.3",
"@typescript/native-preview": "^7.0.0-dev.20260525.1",
"tailwindcss": "^4.3.0",
"vite-plus": "^0.1.22"
"vite-plus": "https://pkg.pr.new/voidzero-dev/vite-plus@1703"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

Using a temporary pkg.pr.new PR build URL in a template package.json is highly risky. Once the upstream PR is merged, closed, or the build expires, any user attempting to bootstrap a new project using create-rari-app will experience installation failures. Consider using a stable published version or a release tag for templates, or ensure this is reverted before releasing.

}
}
Loading
Loading