Everywhere: Rename serenity_main to ladybird_main

No functional changes.
This commit is contained in:
Jelle Raaijmakers 2025-07-08 12:14:08 +02:00 committed by Tim Flynn
commit ead0a2c78a
Notes: github-actions[bot] 2025-07-08 13:18:23 +00:00
34 changed files with 40 additions and 40 deletions

View file

@ -37,7 +37,7 @@ static ErrorOr<Web::Bindings::AgentType> agent_type_from_string(StringView type)
return Error::from_string_literal("Invalid worker type, must be one of: 'dedicated', 'shared', or 'service'");
}
ErrorOr<int> serenity_main(Main::Arguments arguments)
ErrorOr<int> ladybird_main(Main::Arguments arguments)
{
AK::set_rich_debug_enabled(true);