mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 12:12:53 +00:00
21 lines
263 B
JSON
21 lines
263 B
JSON
{
|
|
"extends": [
|
|
"//"
|
|
],
|
|
"pipeline": {
|
|
"generate": {
|
|
"outputs": [
|
|
"src/proto/**"
|
|
],
|
|
"cache": true
|
|
},
|
|
"build": {
|
|
"outputs": [
|
|
"dist/**"
|
|
],
|
|
"dependsOn": [
|
|
"generate"
|
|
]
|
|
}
|
|
}
|
|
} |