mirror of
https://github.com/foomo/gotsrpc.git
synced 2025-10-16 12:35:35 +00:00
24 lines
571 B
YAML
24 lines
571 B
YAML
module:
|
|
name: github.com/foomo/gotsrpc/v2/example/errors
|
|
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
|