feat(AccountsPage): add on table change

This commit is contained in:
2025-06-24 13:18:45 +05:00
parent 7c2c4071cc
commit aae56a8c73
4 changed files with 18 additions and 3 deletions

View File

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