{ "$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.16.0/.schema/devbox.schema.json", "packages": [ "python@3.11", "pipenv@latest" ], "shell": { "init_hook": [ "pipenv install --dev", "pipenv shell" ], "scripts": { "serve": [ "source .venv/bin/activate", "uvicorn src.app:app --reload --host 0.0.0.0 --port 8000" ] } }, "env": {} }