12 lines
221 B
Text
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
|
|
|