[phases.setup] nixPkgs = ["python311"] [phases.install] cmds = ["pip install -e ."] [start] cmd = "uvicorn main:app --host 0.0.0.0 --port ${PORT:-8000}"