mirror of
https://github.com/foomo/gotsrpc.git
synced 2026-04-18 03:34:28 +00:00
25 lines
618 B
YAML
25 lines
618 B
YAML
# yaml-language-server: $schema=../../gotsrpc.schema.json
|
|
module:
|
|
name: github.com/foomo/gotsrpc/v2
|
|
path: ../../
|
|
|
|
targets:
|
|
frontend:
|
|
services:
|
|
/service/frontend: Service
|
|
package: github.com/foomo/gotsrpc/v2/example/errors/service/frontend
|
|
out: ./client/src/service-client.ts
|
|
skipTSRPCClient: true
|
|
tsrpc:
|
|
- Service
|
|
backend:
|
|
services:
|
|
/service/backend: Service
|
|
package: github.com/foomo/gotsrpc/v2/example/errors/service/backend
|
|
tsrpc:
|
|
- Service
|
|
|
|
mappings:
|
|
github.com/foomo/gotsrpc/v2/example/errors/service/frontend:
|
|
out: ./client/src/service-vo.ts
|