The program doesn't bind on any ports. ```sh $ make ... $ ./serve ``` ```sh $ lsof -i -n -P | grep 80 $ ``` Similarly for `serve_debug` on port `8080`. OS: `Ubuntu 24`