{ "version": "0.0.1", "configurations": [ { "name": "guardia-messenger", "runtimeExecutable": "uvicorn", "runtimeArgs": ["main:app", "--host", "0.0.0.0", "--port", "8000", "--reload"], "cwd": "C:\\GUARDiA\\messenger", "port": 8000 } ] }