This commit is contained in:
Elio Bischof
2025-06-26 14:13:57 +02:00
parent 996348b861
commit 9b15086db3

View File

@@ -3,12 +3,3 @@ target "typescript-proto-client" {
proto-files = "target:proto-files"
}
}
target "typescript-proto-client-out" {
contexts = {
proto-files = "target:proto-files"
}
output = [
"type=local,dest=login/packages/zitadel-proto"
]
}