Superbase allows to host an Express server inside an edge function. Apparently it does not matter on which port you host the server. But I'd like to understand how superbase figures out which Express endpoint of the hosted server has to be used.
How does this work? Can I really choose any Port?