t-convex-nextjs-saas/convex/betterAuth/convex.config.ts

6 lines
126 B
TypeScript
Raw Normal View History

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