diff --git a/buf.work.yaml b/buf.work.yaml new file mode 100644 index 0000000..2d3ee3a --- /dev/null +++ b/buf.work.yaml @@ -0,0 +1,4 @@ +# buf.work.yaml +version: v1 +directories: + - protos \ No newline at end of file diff --git a/buf.yaml b/buf.yaml deleted file mode 100644 index 3b200bf..0000000 --- a/buf.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# 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