Configure global bun settings
This commit is contained in:
parent
1436f70db6
commit
dffae79a9d
3 changed files with 11 additions and 18 deletions
9
config/bun/bunfig.toml
Normal file
9
config/bun/bunfig.toml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[install]
|
||||
minimumReleaseAge = 259200
|
||||
minimumReleaseAgeExcludes = []
|
||||
auto = "disable"
|
||||
linker = "isolated"
|
||||
exact = true
|
||||
|
||||
[install.lockfile]
|
||||
save = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue