This commit is contained in:
2025-03-13 02:51:40 -04:00
parent 46d93a62a1
commit 5657d40c02
24 changed files with 1133 additions and 31 deletions

27
buf.gen.yaml Normal file
View File

@ -0,0 +1,27 @@
version: v2
clean: true
managed:
enabled: true
override:
- file_option: go_package_prefix
value: github.com/spotdemo4/trevstack/server/internal/services
plugins:
- local: protoc-gen-go
out: server/internal/services
opt: paths=source_relative
- local: protoc-gen-connect-go
out: server/internal/services
opt: paths=source_relative
- local: protoc-gen-es
out: client/src/lib/services
opt: target=ts
- local: protoc-gen-connect-openapi
out: client/static/openapi
strategy: all
opt:
- base=base.openapi.yaml
- path=openapi.yaml