We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a36928 commit fb53b3eCopy full SHA for fb53b3e
blog-backend/Makefile
@@ -34,13 +34,12 @@ ent:
34
35
# generate protobuf api go code
36
api:
37
- cd $(lastword $(dir $(realpath $(SRCS_MK))));\
38
- make api;
+ buf generate
39
40
# generate OpenAPI v3 docs.
41
openapi:
42
43
- make openapi;
+ buf generate --path api/admin/service/v1 --template api/admin/service/v1/buf.openapi.gen.yaml
+ buf generate --path api/front/service/v1 --template api/front/service/v1/buf.openapi.gen.yaml
44
45
# initialize develop environment
46
init:
0 commit comments