mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 14:23:02 +00:00
16 lines
168 B
JSON
16 lines
168 B
JSON
|
|
{
|
||
|
|
"extends": [
|
||
|
|
"//"
|
||
|
|
],
|
||
|
|
"pipeline": {
|
||
|
|
"build": {
|
||
|
|
"outputs": [
|
||
|
|
"dist/**"
|
||
|
|
],
|
||
|
|
"dependsOn": [
|
||
|
|
"generate"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|