feat(Makefile): add regenerate-openapi-local command

This commit is contained in:
Vladislav Syrochkin 2025-06-24 13:16:31 +05:00
parent 18bb79262c
commit 7c2c4071cc

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