feat(client): add create user
This commit is contained in:
5
Makefile
5
Makefile
@@ -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
|
||||
|
Reference in New Issue
Block a user