Add better-auth integration and update dependencies in package.json and bun.lock
This commit is contained in:
8
packages/backend/convex/http.ts
Normal file
8
packages/backend/convex/http.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { httpRouter } from "convex/server";
|
||||
import { authComponent, createAuth } from "./auth";
|
||||
|
||||
const http = httpRouter();
|
||||
|
||||
authComponent.registerRoutes(http, createAuth);
|
||||
|
||||
export default http;
|
||||
Reference in New Issue
Block a user