Configure global bun settings

This commit is contained in:
Tobias Ostner 2026-05-12 17:59:49 +02:00
parent 1436f70db6
commit dffae79a9d
3 changed files with 11 additions and 18 deletions

9
config/bun/bunfig.toml Normal file
View file

@ -0,0 +1,9 @@
[install]
minimumReleaseAge = 259200
minimumReleaseAgeExcludes = []
auto = "disable"
linker = "isolated"
exact = true
[install.lockfile]
save = true