gotsrpc/example/errors/gotsrpc.yml
Kevin Franklin Kim 82b98a0908
fix: module path
2024-11-08 14:24:06 +01:00

24 lines
560 B
YAML

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