Files
hoppscotch/packages/hoppscotch-web/src/main.ts

7 lines
145 B
TypeScript

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