mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 12:33:27 +00:00
12 lines
150 B
JSON
12 lines
150 B
JSON
{
|
|
"extends": [
|
|
"//"
|
|
],
|
|
"pipeline": {
|
|
"build": {
|
|
"outputs": ["dist/**"],
|
|
"dependsOn": ["@zitadel/client2#build"]
|
|
}
|
|
}
|
|
}
|