{ "version": "0.0.1", "configurations": [ { "name": "mc2", "runtimeExecutable": "F:\\Coding Stuff\\mission-control-2\\backend\\.venv\\Scripts\\python.exe", "runtimeArgs": [ "-m", "uvicorn", "app:app", "--app-dir", "F:\\Coding Stuff\\mission-control-2\\backend", "--port", "9000" ], "port": 9000 } ] }