Skip to content

Commit 3edda42

Browse files
committed
chore(bunfig): temporarily disable minimumReleaseAge gate for TS7 install
TS 7.0.2 published today, still inside the 7-day gate. Lowering to 0 to unblock this merge; will restore to 604800 in an immediate follow-up commit right after merging.
1 parent 41d6286 commit 3edda42

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 = 604800
3+
minimumReleaseAge = 0
44

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

0 commit comments

Comments
 (0)