mirror of
https://github.com/foomo/busser.git
synced 2025-10-16 12:25:42 +00:00
21 lines
473 B
YAML
21 lines
473 B
YAML
module:
|
|
name: github.com/foomo/busser
|
|
path: .
|
|
|
|
targets:
|
|
service:
|
|
services:
|
|
/services/busser: Service
|
|
package: github.com/foomo/busser/service
|
|
out: ./client-ts/src/client-service.ts
|
|
tsrpc:
|
|
- Service
|
|
|
|
mappings:
|
|
github.com/foomo/busser/table:
|
|
out: ./client-ts/src/vo-table.ts
|
|
github.com/foomo/busser/table/validation:
|
|
out: ./client-ts/src/vo-validation.ts
|
|
github.com/foomo/busser/service:
|
|
out: ./client-ts/src/vo-service.ts
|