Skip to content
Open
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 bunfig.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[install]
exact = true
minimumReleaseAge = 0
minimumReleaseAge = 604800

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

P1 security Install Age Gate Blocks TS7

When this 7-day gate is restored before the newly merged TypeScript 7 packages age out, Bun install paths that re-resolve packages can reject those versions. Developer installs and Docker builds that run bun install without --frozen-lockfile can fail until the package publish times pass the gate window.

Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!


[run]
env = { NEXT_PUBLIC_APP_URL = "http://localhost:3000" }
Loading