5 lines
202 B
Makefile
5 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
|