diff options
Diffstat (limited to 'src/cli/build_command.zig')
-rw-r--r-- | src/cli/build_command.zig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/cli/build_command.zig b/src/cli/build_command.zig index 2a85f48b2..14ab9549d 100644 --- a/src/cli/build_command.zig +++ b/src/cli/build_command.zig @@ -32,13 +32,6 @@ pub const BuildCommand = struct { ctx.args, ); }, - .lazy => { - result = try bundler.ServeBundler.bundle( - ctx.allocator, - ctx.log, - ctx.args, - ); - }, else => { result = try bundler.Bundler.bundle( ctx.allocator, |