rework folder
All checks were successful
Publish / Publish Job (push) Successful in 2m28s

This commit is contained in:
Дмитрий
2026-04-09 16:15:07 +03:00
parent 86c1e352cf
commit facbac7c1a
9 changed files with 344 additions and 32 deletions

View File

@@ -49,7 +49,7 @@ jobs:
run: |
npm install -g ts-proto
mkdir -p ./gen/go # Создаем вложенную папку для Go
protoc -I ./proto ./proto/*.proto \
protoc -I ./proto/* ./proto/*/*.proto \
--ts_proto_out=nestJs=true,addGrpcMetadata=true,package=omit:./gen \
--go_out=paths=source_relative:./gen/go \
--go-grpc_out=paths=source_relative:./gen/go