mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 12:03:17 +00:00
18 lines
446 B
YAML
18 lines
446 B
YAML
# buf.gen.yaml
|
|
version: v1
|
|
managed:
|
|
enabled: true
|
|
plugins:
|
|
- name: ts
|
|
strategy: all
|
|
path: node_modules/ts-proto/protoc-gen-ts_proto
|
|
out: src/proto/server
|
|
opt:
|
|
- esModuleInterop=true
|
|
- env=node
|
|
- outputServices=nice-grpc
|
|
- outputServices=generic-definitions
|
|
- useExactTypes=false
|
|
# - plugin: buf.build/protocolbuffers/js
|
|
# out: src/app/proto/generated
|
|
# opt: import_style=commonjs,binary |