mirror of
https://github.com/holos-run/holos.git
synced 2026-03-22 10:15:01 +00:00
No need to have a separate package for the PlatformService and related protobuf messages.
21 lines
500 B
YAML
21 lines
500 B
YAML
# Generates gRPC and ConnectRPC bindings for Go and TypeScript
|
|
#
|
|
# Note: protoc-gen-connect-query is the primary method of wiring up the React
|
|
# frontend.
|
|
version: v1
|
|
plugins:
|
|
- plugin: go
|
|
out: service/gen
|
|
opt: paths=source_relative
|
|
- plugin: connect-go
|
|
out: service/gen
|
|
opt: paths=source_relative
|
|
- plugin: es
|
|
out: internal/frontend/holos/src/app/gen
|
|
opt:
|
|
- target=ts
|
|
- plugin: connect-es
|
|
out: internal/frontend/holos/src/app/gen
|
|
opt:
|
|
- target=ts
|