Files
gotsrpc/example/errors/gotsrpc.yml
Kevin Franklin Kim aa5638fcfd fix: custom errors
2025-11-07 10:30:56 +01:00

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