//! Binary entry point for the smooth-operator WebSocket service.
//!
//! Reads configuration from the environment (see
//! [`smooth_operator_server::config`]) and serves the `/ws` endpoint until killed.
use Result;
use init_telemetry;
use ServerConfig;
async