feat: nextjs plugin (#493)

This commit is contained in:
Bereket Engida
2024-11-11 20:54:21 +03:00
committed by GitHub
parent 1acb34b96e
commit 6c4c482dbf
138 changed files with 239 additions and 19088 deletions

View File

@@ -22,6 +22,12 @@ const libsql = new LibsqlDialect({
authToken: process.env.TURSO_AUTH_TOKEN || "",
});
const s = {
extra: {
type: "string",
},
} as const;
export const auth = betterAuth({
appName: "Better Auth Demo",
database: {