chore: move environments firebase things to hoppscotch-web (#2939)
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
import { createHoppApp } from "@hoppscotch/common"
|
||||
import { def as authDef } from "./firebase/auth"
|
||||
import { def as envDef } from "./environments"
|
||||
|
||||
createHoppApp("#app", {
|
||||
auth: authDef,
|
||||
sync: {
|
||||
environments: envDef,
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user