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

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