chore: move settings firebase things to platform (#2953)
This commit is contained in:
@@ -2,11 +2,13 @@ import { createHoppApp } from "@hoppscotch/common"
|
||||
import { def as authDef } from "./firebase/auth"
|
||||
import { def as envDef } from "./environments"
|
||||
import { def as collectionsDef } from "./collections"
|
||||
import { def as settingsDef } from "./settings"
|
||||
|
||||
createHoppApp("#app", {
|
||||
auth: authDef,
|
||||
sync: {
|
||||
environments: envDef,
|
||||
collections: collectionsDef,
|
||||
settings: settingsDef,
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user