Hello I used a narflinger starter project to get a python3.10 running on glitch, then edited the files such as start.sh, server.py and requirements and more …
I THINK IT ALL WORKS!, except that I think mesop is running on port 32123 and am I right that Glitch only exposes 8080 ?
The only way Mesop’s documentation tells me to set the port is in nginx or docker or google app engine config files. Is there a way to force mesop to be on 8080 at all? Or alias or something?
Thank you
p.s
I forgot that it’s a Flask app underneath so I just set start.sh to
mesop hello_world.py --port=8080
…and it WORKED! Whoo! Here it is!!!