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`
The program doesn't bind on any ports.
$ lsof -i -n -P | grep 80 $Similarly for
serve_debugon port8080.OS:
Ubuntu 24