Skip to content

Commit f5f5d5f

Browse files
committed
Add bunfig.toml
1 parent 6cee446 commit f5f5d5f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

bunfig.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[run]
2+
# equivalent to `bun --bun` for all `bun run` commands
3+
bun = true
4+
5+
[install]
6+
# Only install package versions published at least 3 days ago
7+
minimumReleaseAge = 259200

0 commit comments

Comments
 (0)