This commit is contained in:
Alistair Smith
2025-09-22 20:24:20 -07:00
parent 2894e8d309
commit 247629aded
2 changed files with 1 additions and 2 deletions

View File

@@ -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

View File

@@ -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("<green>Starting dev server...<r>", .{});
Output.flush();
// Update positionals to include the app file