Add better-auth integration and update dependencies in package.json and bun.lock
This commit is contained in:
3
apps/web/src/routes/api/auth/[...all]/+server.ts
Normal file
3
apps/web/src/routes/api/auth/[...all]/+server.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import { createSvelteKitHandler } from "@mmailaender/convex-better-auth-svelte/sveltekit";
|
||||
|
||||
export const { GET, POST } = createSvelteKitHandler();
|
||||
Reference in New Issue
Block a user