feat: selfhost auth frontend (#15)
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
This commit is contained in:
6
packages/hoppscotch-selfhost-web/src/main.ts
Normal file
6
packages/hoppscotch-selfhost-web/src/main.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { createHoppApp } from "@hoppscotch/common"
|
||||
import { def as authDef } from "./platform/auth"
|
||||
|
||||
createHoppApp("#app", {
|
||||
auth: authDef,
|
||||
})
|
||||
Reference in New Issue
Block a user