mirror of
https://github.com/gitpod-io/gitpod.git
synced 2025-12-08 17:36:30 +00:00
27 lines
583 B
YAML
27 lines
583 B
YAML
version: v1
|
|
plugins:
|
|
- name: go
|
|
out: go
|
|
opt:
|
|
- module=github.com/gitpod-io/gitpod/workspace-manager-bridge/api
|
|
- name: go-grpc
|
|
out: go
|
|
opt:
|
|
- module=github.com/gitpod-io/gitpod/workspace-manager-bridge/api
|
|
|
|
- name: js
|
|
out: typescript/src
|
|
opt: import_style=commonjs,binary
|
|
|
|
- name: protoc-gen-grpc
|
|
path: typescript/node_modules/.bin/grpc_tools_node_protoc_plugin
|
|
out: typescript/src
|
|
opt:
|
|
- grpc_js
|
|
|
|
- name: protoc-gen-ts
|
|
path: typescript/node_modules/.bin/protoc-gen-ts
|
|
out: typescript/src
|
|
opt:
|
|
- grpc_js
|