chore: merge hoppscotch/main into hoppscotch/release/2023.12.0
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user