This commit is contained in:
Maze Winther
2025-06-24 10:32:22 +02:00
21 changed files with 619 additions and 6820 deletions

View File

@ -1,4 +1,4 @@
import { auth } from "@/lib/auth";
import { auth } from "@opencut/auth/server";
import { toNextJsHandler } from "better-auth/next-js";
export const { POST, GET } = toNextJsHandler(auth);