chore: merge hoppscotch/main into hoppscotch/release/2023.12.0

This commit is contained in:
Andrew Bastin
2023-11-16 13:50:17 +05:30
187 changed files with 13014 additions and 504 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@hoppscotch/selfhost-web",
"private": true,
"version": "2023.8.3",
"version": "2023.8.4-1",
"type": "module",
"scripts": {
"dev:vite": "vite",

View File

@@ -11,6 +11,7 @@ import { ExtensionInspectorService } from "@hoppscotch/common/platform/std/inspe
import { ExtensionInterceptorService } from "@hoppscotch/common/platform/std/interceptors/extension"
import { stdFooterItems } from "@hoppscotch/common/platform/std/ui/footerItem"
import { stdSupportOptionItems } from "@hoppscotch/common/platform/std/ui/supportOptionsItem"
import { browserIODef } from "@hoppscotch/common/platform/std/io"
createHoppApp("#app", {
ui: {
@@ -18,6 +19,7 @@ createHoppApp("#app", {
additionalSupportOptionsMenuItems: stdSupportOptionItems,
},
auth: authDef,
io: browserIODef,
sync: {
environments: environmentsDef,
collections: collectionsDef,