VORKOUT-8 #13

Merged
vlad.dev merged 30 commits from VORKOUT-8 into master 2025-07-02 12:23:44 +05:00
Showing only changes of commit 7c2c4071cc - Show all commits

View File

@ -62,3 +62,7 @@ format-api:
check-api:
cd api && \
poetry run ruff format . --check
regenerate-openapi-local:
rm client/src/types/openapi-types.types \
npx openapi-typescript http://localhost:8000/openapi -o client/src/types/openapi-types.ts