This commit is contained in:
Florian Forster
2025-08-04 22:36:41 -07:00
parent 0f9f8697e2
commit 7ecfd8759b
39 changed files with 493 additions and 1486 deletions

View File

@@ -15,6 +15,11 @@
},
"nx": {
"targets": {
"release": {
"docker": {
"repositoryName": "zitadel/console"
}
},
"generate": {
"outputs": [
"{projectRoot}/src/app/proto/generated/**"
@@ -27,7 +32,7 @@
"dependsOn": [
"generate",
"@zitadel/client:build"
]
]
}
}
},