mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 03:03:24 +00:00
13 lines
116 B
JSON
13 lines
116 B
JSON
{
|
|
"extends": [
|
|
"//"
|
|
],
|
|
"tasks": {
|
|
"build": {
|
|
"outputs": [
|
|
"dist/**"
|
|
]
|
|
}
|
|
}
|
|
}
|