diff --git a/src/bundler/entry_points.zig b/src/bundler/entry_points.zig index 42eca7b748..c82ec3877d 100644 --- a/src/bundler/entry_points.zig +++ b/src/bundler/entry_points.zig @@ -160,6 +160,7 @@ pub const ServerEntryPoint = struct { ) !void { const code = brk: { if (is_hot_reload_enabled) { + // Started development server break :brk try std.fmt.allocPrint( allocator, \\// @bun diff --git a/src/cli.zig b/src/cli.zig index 922b0378a9..bd7b19eece 100644 --- a/src/cli.zig +++ b/src/cli.zig @@ -880,9 +880,7 @@ pub const Command = struct { } if (found_file) |app_file| { - // Found the app config file, run it bun.bake.printWarning(); - Output.prettyln("Starting dev server...", .{}); Output.flush(); // Update positionals to include the app file