Skip to content

Commit a40fab9

Browse files
committed
chore(bunfig): restore minimumReleaseAge to 604800
Temporarily lowered to 0 in #5521 to get TypeScript 7.0.2 (published same-day) past the supply-chain safety gate for that merge. Restoring the 7-day gate now that the merge is done.
1 parent d078c84 commit a40fab9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bunfig.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[install]
22
exact = true
3-
minimumReleaseAge = 0
3+
minimumReleaseAge = 604800
44

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

0 commit comments

Comments
 (0)