initial better auth config
This commit is contained in:
5
packages/backend/convex/betterAuth/convex.config.ts
Normal file
5
packages/backend/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