Skip to content

Commit

Permalink
HCK-5986: Enable Views in Polyglot target (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlikRakhmonov authored Oct 11, 2024
1 parent 97a1d69 commit dabb801
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 @@ -22,7 +22,10 @@
]
},
"features": {
"views": true,
"views": {
"enabled": true,
"disablePipelines": true
},
"nestedCollections": false,
"disablePatternField": true,
"enableForwardEngineering": true,
Expand Down Expand Up @@ -73,4 +76,4 @@
"prettier": "3.2.5",
"simple-git-hooks": "2.11.1"
}
}
}

0 comments on commit dabb801

Please sign in to comment.