From c147172126afc44ea6e56f895abbd5b2714e2702 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Tue, 16 Dec 2025 21:48:21 +0000 Subject: [PATCH] Fix Buf generation --- buf.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 buf.yaml 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