-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbunfig.toml
More file actions
30 lines (21 loc) · 589 Bytes
/
bunfig.toml
File metadata and controls
30 lines (21 loc) · 589 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Equivalent of `DO_NOT_TRACK` env variable.
telemetry = false
[install]
# save exact version
exact = true
# whether to install peerDependencies
peer = false
# equivalent to `--frozen-lockfile` flag
frozenLockfile = false
[install.cache]
# the directory to use for the cache
dir = "~/.bun/install/cache"
# when true, don't load from the global cache.
# Bun may still write to node_modules/.cache
disable = true
[install.lockfile]
# whether to save the lockfile to disk
save = true
# whether to save a non-Bun lockfile alongside bun.lockb
# only "yarn" is supported
print = "yarn"