Some checks are pending
Docs Deploy / build_and_deploy (push) Waiting to run
Generate Docs / cli (push) Waiting to run
Generate Config Doc / cli (push) Waiting to run
Go formatting / go-formatting (push) Waiting to run
Check links / markdown-link-check (push) Waiting to run
Integration / pre-test (push) Waiting to run
Integration / test on (push) Blocked by required conditions
Integration / status (push) Blocked by required conditions
Lint / Lint Go code (push) Waiting to run
Test / test (ubuntu-latest) (push) Waiting to run
14 lines
445 B
YAML
14 lines
445 B
YAML
# This file should be identical to https://github.com/ignite/cli/blob/main/ignite/templates/app/files/%7B%7BprotoDir%7D%7D/buf.gen.ts.yaml
|
|
version: v2
|
|
managed:
|
|
enabled: true
|
|
plugins:
|
|
- remote: buf.build/community/stephenh-ts-proto
|
|
out: .
|
|
opt:
|
|
- logtostderr=true
|
|
- allow_merge=true
|
|
- json_names_for_fields=false
|
|
- ts_proto_opt=snakeToCamel=true
|
|
- ts_proto_opt=esModuleInterop=true
|
|
- ts_proto_out=.
|