diff options
Diffstat (limited to 'cmd/mirum-server/proto/buf.gen.yaml')
| -rw-r--r-- | cmd/mirum-server/proto/buf.gen.yaml | 8 | +4 −4 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cmd/mirum-server/proto/buf.gen.yaml b/cmd/mirum-server/proto/buf.gen.yaml index 52cc94d..a9a94e2 100644 --- a/cmd/mirum-server/proto/buf.gen.yaml +++ b/cmd/mirum-server/proto/buf.gen.yaml @@ -1,15 +1,15 @@ -# SPDX-FileCopyrightText: 2026 Nikolay Govorov +# Copyright (c) 2026 Nikolay Govorov # SPDX-License-Identifier: AGPL-3.0-or-later version: v2 plugins: - - local: ["go", "tool", "google.golang.org/protobuf/cmd/protoc-gen-go"] + - local: protoc-gen-go out: ../apipb opt: paths=source_relative - - local: ["go", "tool", "connectrpc.com/connect/cmd/protoc-gen-connect-go"] + - local: protoc-gen-connect-go out: ../apipb opt: paths=source_relative - - local: ["../web/node_modules/.bin/protoc-gen-es"] + - remote: buf.build/bufbuild/es:v2.11.0 out: ../web/gen opt: - target=ts |
