Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
gitpod-io
GitHub Repository: gitpod-io/gitpod
Path: blob/main/components/spicedb/buf.gen.yaml
2492 views
1
#!/usr/bin/env -S buf generate https://github.com/authzed/spicedb.git#tag=v1.25.0 --path=proto/internal/impl/v1/impl.proto --template
2
# The version refers to the version of the SpiceDB image/binary that we are running
3
version: v1
4
plugins:
5
- name: ts_proto
6
out: typescript/src
7
path: typescript/node_modules/.bin/protoc-gen-ts_proto
8
opt:
9
- context=true
10
- lowerCaseServiceMethods=true
11
- stringEnums=true
12
- fileSuffix=.pb
13
- outputServices=nice-grpc,outputServices=generic-definitions,useExactTypes=false
14
15