gen output

This commit is contained in:
peintnermax
2024-08-05 15:28:33 +02:00
parent 9d0f7ee159
commit c201c860c1
11 changed files with 5520 additions and 4146 deletions

View File

@@ -6,16 +6,18 @@
"access": "public"
},
"type": "module",
"files": ["zitadel/**"],
"files": [
"zitadel/**"
],
"sideEffects": false,
"scripts": {
"generate": "buf generate https://github.com/zitadel/zitadel.git --path ./proto/zitadel",
"clean": "rm -rf .turbo && rm -rf node_modules"
"clean": "rm -rf gen && rm -rf .turbo && rm -rf node_modules"
},
"dependencies": {
"@bufbuild/protobuf": "^1.10.0"
},
"devDependencies": {
"@bufbuild/buf": "^1.32.1"
"@bufbuild/buf": "^1.35.1"
}
}