I know that the remix code is run on the server. Is there anyway to get the server's port number for things like fetching json. Once deployed, a server may use a different port number. I know that JavaScript's fetch requires an absolute URL. So to do a fetch like you do for your cast.json, the port number would be necessary if it isn't port 80. There should be a way to write it in the remix code right? I already tried things like `process.env.PORT` to no avail.
@101stDay