#!/bin/bash # Launch the Uvicorn server, pointing to the final 'app' object (which is the # Socket.IO wrapper) in the 'app/main.py' module. uvicorn app.main:app --host 0.0.0.0 --port 7860