Files
drive/packages/convex/betterauth/convex.config.ts

5 lines
125 B
TypeScript
Raw Normal View History

import { defineComponent } from "convex/server";
const component = defineComponent("betterAuth");
export default component;