improve project structure for api
This commit is contained in:
parent
1a0f3726d8
commit
7fa9867a38
7 changed files with 42 additions and 11 deletions
9
.envrc.dist
Normal file
9
.envrc.dist
Normal 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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue