chore: abstract auth from hoppscotch/commons to hoppscotch/web (#2899)

This commit is contained in:
Akash K
2023-02-01 20:47:22 +05:30
committed by GitHub
parent f676f94278
commit d5d516ce18
38 changed files with 977 additions and 817 deletions

View File

@@ -1,3 +1,6 @@
import { createHoppApp } from "@hoppscotch/common"
import { def as authDef } from "./firebase/auth"
createHoppApp("#app", {})
createHoppApp("#app", {
auth: authDef,
})