diff --git a/buf.yaml b/buf.yaml new file mode 100644 index 0000000..3b200bf --- /dev/null +++ b/buf.yaml @@ -0,0 +1,8 @@ +# buf.yaml +version: v1 +build: + # This tells buf that the "protos" directory is the root of your import paths. + # If your file is at protos/rail/v1/common.proto, + # it will be imported as "rail/v1/common.proto" + roots: + - protos \ No newline at end of file