chore: enable/disable features in platforms (#2968)

This commit is contained in:
Akash K
2023-04-06 15:06:33 +05:30
committed by GitHub
parent 8590a9a110
commit 1370b53726
3 changed files with 7 additions and 0 deletions

View File

@@ -20,4 +20,7 @@ createHoppApp("#app", {
history: historyDef,
tabState: tabStateDef,
},
platformFeatureFlags: {
exportAsGIST: true,
},
})