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

@@ -5,7 +5,7 @@
"scripts": {
"build": "make compile"
},
"nx": {
"nx": {
"targets": {
"build": {
"outputs": [
@@ -13,7 +13,7 @@
],
"dependsOn": [
"@zitadel/console:build"
]
]
}
}
},
@@ -25,10 +25,11 @@
}
},
"devDependencies": {
"@bufbuild/buf": "^1.55.1",
"@changesets/cli": "^2.29.5",
"@devcontainers/cli": "^0.80.0",
"nx":"21.3.10",
"@bufbuild/buf": "^1.55.1",
"@nx/docker": "21.4.0-beta.5",
"nx": "21.4.0-beta.5",
"sass": "1.64.1"
}
}