improve project structure for api

This commit is contained in:
lilly 2026-05-03 20:57:13 +02:00
commit 7fa9867a38
Signed by: lilly
SSH key fingerprint: SHA256:y9T5GFw2A20WVklhetIxG1+kcg/Ce0shnQmbu1LQ37g
7 changed files with 42 additions and 11 deletions

9
.envrc.dist Normal file
View file

@ -0,0 +1,9 @@
# 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