16 lines
421 B
YAML
16 lines
421 B
YAML
# buf.gen.yaml defines a local generation template.
|
|
# For details, see https://buf.build/docs/configuration/v1/buf-gen-yaml
|
|
version: v1
|
|
plugins:
|
|
- plugin: python
|
|
out: ../../packages/python-sdk/e2b/envd
|
|
opt:
|
|
- pyi_out=../../packages/python-sdk/e2b/envd
|
|
- name: connect-python
|
|
out: ../../packages/python-sdk/e2b/envd
|
|
path: protoc-gen-connect-python
|
|
|
|
managed:
|
|
enabled: true
|
|
optimize_for: SPEED
|