dooris/.envrc.dist
2026-07-18 21:09:51 +02:00

12 lines
221 B
Text

# integrate this into your own .envrc file with `source_env .envrc.dist`
if has nix; then
use flake
fi
watch_file api/pyproject.toml \
api/uv.lock
export UV_PROJECT=$(realpath ./api)
uv venv --allow-existing
uv sync