project_id = "mizan-fastapi-e2e" output = "src/api" targets = ["react"] [source.fastapi] module = "main" # Resolved from this file's directory; the backend project is the subprocess cwd. cwd = "../backend" command = ["uv", "run", "python"]