chore: disable export as secret gist in selfhosted (#68)

This commit is contained in:
Akash K
2023-04-06 15:39:31 +05:30
committed by GitHub
parent abd7b4f0f4
commit 47543e46f2

View File

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