diff options
Diffstat (limited to 'src/bunfig.zig')
-rw-r--r-- | src/bunfig.zig | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/bunfig.zig b/src/bunfig.zig index 76f33cb82..02825d2b5 100644 --- a/src/bunfig.zig +++ b/src/bunfig.zig @@ -392,18 +392,6 @@ pub const Bunfig = struct { install.save_lockfile = value; } } - - if (lockfile_expr.get("path")) |lockfile| { - if (lockfile.asString(allocator)) |value| { - install.lockfile_path = value; - } - } - - if (lockfile_expr.get("savePath")) |lockfile| { - if (lockfile.asString(allocator)) |value| { - install.save_lockfile_path = value; - } - } } if (_bun.get("optional")) |optional| { |