feat(desktop): faster launch with resolved desktop app startup issues (#4357)

This commit is contained in:
Shreyas
2024-09-18 18:24:26 +05:30
committed by GitHub
parent cf2b1b50fa
commit e554bde64d
10 changed files with 490 additions and 63 deletions

View File

@@ -14,6 +14,7 @@ import { appWindow } from "@tauri-apps/api/window"
import { stdFooterItems } from "@hoppscotch/common/platform/std/ui/footerItem"
import { stdSupportOptionItems } from "@hoppscotch/common/platform/std/ui/supportOptionsItem"
import { ioDef } from "./platform/io"
import { interopModule } from "./interop"
const headerPaddingLeft = ref("0px")
const headerPaddingTop = ref("0px")
@@ -45,6 +46,9 @@ const headerPaddingTop = ref("0px")
settings: settingsDef,
history: historyDef,
},
addedHoppModules: [
interopModule
],
interceptors: {
default: "native",
interceptors: [