mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-11 19:52:18 +00:00
16 lines
178 B
JSON
16 lines
178 B
JSON
{
|
|
"extends": [
|
|
"//"
|
|
],
|
|
"tasks": {
|
|
"build": {
|
|
"outputs": [
|
|
"dist/**"
|
|
],
|
|
"dependsOn": [
|
|
"@zitadel/client#build"
|
|
]
|
|
}
|
|
}
|
|
}
|