kind: pipeline
type: monorepo
name: pkg
api:
- name: example_api
root: app/api/example_api
type: golang
port: 8080
service:
- name: example_service
root: app/service/example_service
port: 3000