nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at devShellTools-shell 21 lines 639 B view raw
1diff --git a/console/buf.gen.yaml b/console/buf.gen.yaml 2index 1737c2ded..d6affa8bc 100644 3--- a/console/buf.gen.yaml 4+++ b/console/buf.gen.yaml 5@@ -3,12 +3,12 @@ version: v1 6 managed: 7 enabled: true 8 plugins: 9- - plugin: buf.build/protocolbuffers/js 10+ - plugin: js 11 out: src/app/proto/generated 12 opt: import_style=commonjs,binary 13- - plugin: buf.build/grpc/web 14+ - plugin: grpc-web 15 out: src/app/proto/generated 16 opt: import_style=typescript,mode=grpcweb 17- - plugin: buf.build/grpc-ecosystem/openapiv2 18+ - plugin: openapiv2 19 out: src/app/proto/generated 20 opt: allow_delete_body 21\ No newline at end of file