mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 08:47:32 +00:00
WIP: chore(ci): test nx
This commit is contained in:
14
apps/console/buf.gen.yaml
Normal file
14
apps/console/buf.gen.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
# 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
|
Reference in New Issue
Block a user