Commit: Bulk unfinished work
This commit is contained in:
25
buf.gen.yaml
Normal file
25
buf.gen.yaml
Normal file
@@ -0,0 +1,25 @@
|
||||
version: v2
|
||||
plugins:
|
||||
- local: protoc-gen-go
|
||||
out: gen
|
||||
opt: paths=source_relative
|
||||
- local: protoc-gen-connect-go
|
||||
out: gen
|
||||
opt:
|
||||
- paths=source_relative
|
||||
- simple
|
||||
- local: protoc-gen-es
|
||||
out: ../query/src/gen
|
||||
include_imports: true
|
||||
opt: target=ts
|
||||
- local: protoc-gen-connect-query
|
||||
out: "../query/src/gen"
|
||||
opt: target=ts
|
||||
managed:
|
||||
enabled: true
|
||||
override:
|
||||
- file_option: go_package_prefix
|
||||
value: git.kocoder.xyz/kocoded/vt/gen
|
||||
disable:
|
||||
- file_option: go_package
|
||||
module: buf.build/bufbuild/protovalidate
|
||||
Reference in New Issue
Block a user