aboutsummaryrefslogtreecommitdiff
path: root/docs/runtime
diff options
context:
space:
mode:
authorGravatar Nathan Hammond <github.com@nathanhammond.com> 2023-09-14 13:32:03 +0800
committerGravatar GitHub <noreply@github.com> 2023-09-13 22:32:03 -0700
commit8ae9aeea6becd8e34c45885943cfe3643beb68c9 (patch)
treece92b57eb5a9089b1bf31264d03d31d7abe49367 /docs/runtime
parent4ebed280dc5532b93c1e28ad0b33a7a315ab3b65 (diff)
downloadbun-8ae9aeea6becd8e34c45885943cfe3643beb68c9.tar.gz
bun-8ae9aeea6becd8e34c45885943cfe3643beb68c9.tar.zst
bun-8ae9aeea6becd8e34c45885943cfe3643beb68c9.zip
Remove the ability to configure lockfile. (#5335)
Diffstat (limited to 'docs/runtime')
-rw-r--r--docs/runtime/configuration.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/runtime/configuration.md b/docs/runtime/configuration.md
index df2fc5199..d7a1d386d 100644
--- a/docs/runtime/configuration.md
+++ b/docs/runtime/configuration.md
@@ -148,12 +148,6 @@ To configure lockfile behavior:
# path to read bun.lockb from
path = "bun.lockb"
-# path to save bun.lockb to
-savePath = "bun.lockb"
-
-# 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"