9 lines
190 B
Text
9 lines
190 B
Text
# integrate this into your own .envrc file with `source_env .envrc.dist`
|
|
|
|
watch_file api/pyproject.toml \
|
|
api/uv.lock
|
|
|
|
export UV_PROJECT=$(realpath ./api)
|
|
uv venv --allow-existing
|
|
uv sync
|
|
|