mirror of
https://github.com/foomo/gotsrpc.git
synced 2025-10-16 12:35:35 +00:00
17 lines
356 B
YAML
17 lines
356 B
YAML
module:
|
|
name: github.com/foomo/gotsrpc/v2/example/multi
|
|
path: ./
|
|
|
|
targets:
|
|
multi:
|
|
services:
|
|
/service: Service
|
|
package: github.com/foomo/gotsrpc/v2/example/multi/service
|
|
out: ./client/src/service-client.ts
|
|
tsrpc:
|
|
- Service
|
|
|
|
mappings:
|
|
github.com/foomo/gotsrpc/v2/example/multi/service:
|
|
out: ./client/src/service-vo.ts
|