mirror of
https://github.com/zitadel/zitadel
synced 2024-11-22 08:49:13 +00:00
14 lines
389 B
YAML
14 lines
389 B
YAML
|
# buf.gen.yaml
|
||
|
version: v1
|
||
|
managed:
|
||
|
enabled: true
|
||
|
plugins:
|
||
|
- plugin: buf.build/protocolbuffers/js
|
||
|
out: src/app/proto/generated
|
||
|
opt: import_style=commonjs,binary
|
||
|
- plugin: buf.build/grpc/web
|
||
|
out: src/app/proto/generated
|
||
|
opt: import_style=typescript,mode=grpcweb
|
||
|
- plugin: buf.build/grpc-ecosystem/openapiv2
|
||
|
out: src/app/proto/generated
|
||
|
opt: allow_delete_body
|