{ "version": "0.0.1", "configurations": [ { "name": "gateway", "runtimeExecutable": ".venv\\Scripts\\python.exe", "runtimeArgs": ["-m", "uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8090"], "port": 8090 } ] }