From 8ae9aeea6becd8e34c45885943cfe3643beb68c9 Mon Sep 17 00:00:00 2001 From: Nathan Hammond Date: Thu, 14 Sep 2023 13:32:03 +0800 Subject: Remove the ability to configure lockfile. (#5335) --- docs/runtime/configuration.md | 6 ------ 1 file changed, 6 deletions(-) (limited to 'docs/runtime') 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" -- cgit v1.2.3