Files
zitadel/packages/zitadel-server/turbo.json

13 lines
147 B
JSON
Raw Normal View History

2023-06-20 14:30:42 +02:00
{
"extends": [
"//"
],
"pipeline": {
"generate": {
"outputs": [
"src/proto/**"
2023-06-22 10:09:09 +02:00
],
"cache": true
2023-06-20 14:30:42 +02:00
}
}
}