fix: possibling fix for libsql failing on demo #1

This commit is contained in:
Bereket Engida
2024-09-17 12:39:35 +03:00
parent bf8ce05fc4
commit 444a40686b
5 changed files with 195 additions and 75 deletions

View File

@@ -1,9 +0,0 @@
import { authMiddleware } from "better-auth/next-js";
export default authMiddleware({
redirectTo: "/sign-in",
});
export const config = {
matcher: "/dashboard",
};