fix login commands

This commit is contained in:
Elio Bischof
2025-07-17 21:38:04 +02:00
parent d1509af1cd
commit d5093a4edf
7 changed files with 270 additions and 970 deletions

View File

@@ -17,9 +17,6 @@
"generate": "pnpm exec buf generate ../../proto --path ../../proto/zitadel",
"clean": "rm -rf zitadel .turbo node_modules google protoc-gen-openapiv2 validate"
},
"dependencies": {
"@bufbuild/protobuf": "^2.2.2"
},
"devDependencies": {
"@bufbuild/buf": "^1.53.0"
}