From 316c9cf22b90cd9da4e05259f6d32fbeece7430d Mon Sep 17 00:00:00 2001 From: Max Peintner Date: Tue, 4 Apr 2023 15:42:21 +0200 Subject: [PATCH] output --- packages/zitadel-core/buf.gen.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/zitadel-core/buf.gen.yaml b/packages/zitadel-core/buf.gen.yaml index 6a7ca414cf3..a0a54c59150 100644 --- a/packages/zitadel-core/buf.gen.yaml +++ b/packages/zitadel-core/buf.gen.yaml @@ -6,7 +6,7 @@ plugins: - name: ts strategy: all path: node_modules/ts-proto/protoc-gen-ts_proto - out: proto/src/server + out: src/proto/server opt: - esModuleInterop=true - env=node @@ -17,7 +17,7 @@ plugins: # out: src/app/proto/generated # opt: import_style=commonjs,binary - plugin: buf.build/grpc/web - out: proto/src/client + out: src/proto/client opt: import_style=typescript,mode=grpcweb # - plugin: buf.build/grpc-ecosystem/openapiv2 # out: src/app/proto/generated