Skip to content

Commit

Permalink
HCK-5986: Enable Views in Polyglot target (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlikRakhmonov authored Oct 11, 2024
1 parent ad9ebea commit d440556
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@
]
},
"features": {
"views": true,
"views": {
"enabled": true,
"disablePipelines": true
},
"nestedCollections": false,
"disablePatternField": false,
"enableForwardEngineering": true,
Expand Down Expand Up @@ -71,4 +74,4 @@
"prettier": "3.2.5",
"simple-git-hooks": "2.11.1"
}
}
}

0 comments on commit d440556

Please sign in to comment.