mirror of
https://github.com/get-drexa/drive.git
synced 2025-12-01 05:51:39 +00:00
refactor: migrate betterauth to local install
also added a login page Co-authored-by: Ona <no-reply@ona.com>
This commit is contained in:
5
packages/convex/betterauth/convex.config.ts
Normal file
5
packages/convex/betterauth/convex.config.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { defineComponent } from "convex/server";
|
||||
|
||||
const component = defineComponent("betterAuth");
|
||||
|
||||
export default component;
|
||||
Reference in New Issue
Block a user