specific config to specific folders

This commit is contained in:
Elio Bischof
2023-06-20 14:30:42 +02:00
parent 9db36183be
commit aea8fdb848
4 changed files with 67 additions and 44 deletions

View File

@@ -0,0 +1,12 @@
{
"extends": [
"//"
],
"pipeline": {
"generate": {
"outputs": [
"src/proto/**"
]
}
}
}