mirror of
https://github.com/zitadel/zitadel.git
synced 2026-08-17 16:35:14 -05:00
15 lines
329 B
YAML
15 lines
329 B
YAML
# buf.gen.yaml
|
|
version: v1
|
|
managed:
|
|
enabled: true
|
|
plugins:
|
|
- plugin: js
|
|
out: src/app/proto/generated
|
|
opt: import_style=commonjs,binary
|
|
- plugin: grpc-web
|
|
out: src/app/proto/generated
|
|
opt: import_style=typescript,mode=grpcweb
|
|
- plugin: openapiv2
|
|
out: src/app/proto/generated
|
|
opt: allow_delete_body
|