mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-11 00:05:36 +02:00
This is a second attempt to add protobuf to Nestri, after the first one failed --------- Co-authored-by: Philipp Neumann <3daquawolf@gmail.com> Co-authored-by: DatCaptainHorse <DatCaptainHorse@users.noreply.github.com>
18 lines
409 B
YAML
18 lines
409 B
YAML
version: v2
|
|
inputs:
|
|
- directory: protobufs
|
|
plugins:
|
|
# TypeScript (frontend)
|
|
- remote: buf.build/bufbuild/es
|
|
out: packages/input/src/proto
|
|
opt: target=ts
|
|
|
|
# Golang (relay)
|
|
- remote: buf.build/protocolbuffers/go
|
|
out: packages/relay/internal/proto
|
|
opt: paths=source_relative
|
|
|
|
# Rust (nestri-server)
|
|
- remote: buf.build/community/neoeinstein-prost
|
|
out: packages/server/src/proto
|