frontend/Makefile
2025-02-16 23:06:30 +05:00

4 lines
202 B
Makefile

gen:
@protoc --proto_path=proto --openapi_out=proto/user/v1 \
proto/user/v1/user.proto
@pnpm openapi-generator-cli generate -g typescript-axios -i ./proto/user/v1/openapi.yaml -o ./proto/user/v1/api