ConnectRPC: Initialize buf workspace, generate ts files, use using connect-query
Some checks failed
Build and Push Docker Image / build (push) Failing after 4m20s
Some checks failed
Build and Push Docker Image / build (push) Failing after 4m20s
This commit is contained in:
18
buf.gen.yaml
Normal file
18
buf.gen.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
version: v2
|
||||
plugins:
|
||||
- remote: buf.build/bufbuild/es:v2.12.0
|
||||
out: src/gen
|
||||
opt: target=ts
|
||||
include_imports: true
|
||||
- remote: buf.build/connectrpc/query-es:v2.2.0
|
||||
out: src/gen
|
||||
opt:
|
||||
- target=ts
|
||||
managed:
|
||||
enabled: true
|
||||
override:
|
||||
- file_option: go_package_prefix
|
||||
value: git.kocoder.xyz/vt/shortener/internal
|
||||
disable:
|
||||
- file_option: go_package
|
||||
module: buf.build/bufbuild/protovalidate
|
||||
Reference in New Issue
Block a user