This commit is contained in:
2025-03-27 11:54:19 -03:00
parent 8118dfd403
commit 76c2656dd1
15 changed files with 200 additions and 151 deletions

View File

@@ -8,9 +8,12 @@ start-api: build
sam local start-api
openapi:
uv run openapi.py && \
uv run -m cli.openapi && \
uv run python -m http.server 80 -d swagger
seeds:
uv run -m cli.seeds
pytest:
uv run pytest