spiral / roadrunner-bridge

🌉 RoadRunner bridge to Spiral Framework
https://spiral.dev/docs/packages-roadrunner-bridge
MIT License
12 stars 6 forks source link

Add the ability to specify "protoc" options when grpc:generate command #56

Closed monamonax closed 8 months ago

monamonax commented 1 year ago

For example, I want to set "--proto_path" in order to specify where the messages common to all services are located.

butschster commented 1 year ago

Hi!

You can set the path via grpc config servicesBasePath

See https://github.com/spiral/roadrunner-bridge#configuration-4