pub fn create_app_with_config(config: &ServerConfig) -> RouterExpand description
Create the application router using the given configuration.
This is what the sof-server binary calls after parsing its arguments,
and what integration tests call (via create_app or directly) to
exercise the real production router.