aboutsummaryrefslogtreecommitdiff
path: root/docs/runtime/configuration.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/runtime/configuration.md')
-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"