diff --git a/packages/hoppscotch-selfhost-web/src/main.ts b/packages/hoppscotch-selfhost-web/src/main.ts index 64d5273d3..33faef2e3 100644 --- a/packages/hoppscotch-selfhost-web/src/main.ts +++ b/packages/hoppscotch-selfhost-web/src/main.ts @@ -15,4 +15,7 @@ createHoppApp("#app", { history: historyDef, tabState: tabStateDef, }, + platformFeatureFlags: { + exportAsGIST: false, + }, })