chore: add client2 tmp pkg

This commit is contained in:
Yordis Prieto
2024-05-28 01:01:24 -04:00
parent 58bcc62ed4
commit 80bd90f285
13 changed files with 273 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"extends": [
"//"
],
"pipeline": {
"build": {
"outputs": [
"dist/**"
],
"dependsOn": [
"generate"
]
}
}
}