mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 02:48:50 +00:00
cleaning
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user