When using just and uv on a project, which wraps around which? Should I be running `uv run just serve` or should `just serve` run the serving command inside uv?
I’ve done it both ways, and can’t really tell which is better.
I suppose I lean toward the former, so that the justfile would remain useful in a virtual environment created without uv.