feat(client): add create user

This commit is contained in:
2025-06-25 13:38:43 +05:00
parent 448e4264a5
commit 8f5dd07bf5
7 changed files with 38 additions and 10 deletions

View File

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