2023-07-18 13:58:33 +02:00
|
|
|
{
|
2023-07-26 09:30:39 +02:00
|
|
|
"extends": ["//"],
|
2023-07-18 13:58:33 +02:00
|
|
|
"pipeline": {
|
|
|
|
|
"build": {
|
2023-07-26 09:30:39 +02:00
|
|
|
"outputs": ["dist/**"],
|
|
|
|
|
"dependsOn": ["@zitadel/react#build"]
|
2023-07-18 13:58:33 +02:00
|
|
|
}
|
|
|
|
|
}
|
2023-07-26 09:30:39 +02:00
|
|
|
}
|