export const auth = betterAuth({
database: drizzleAdapter(db, {
provider: "pg",
schema: { // Throws with or without this
...schema,
},
}),
});
export const auth = betterAuth({
database: drizzleAdapter(db, {
provider: "pg",
schema: { // Throws with or without this
...schema,
},
}),
});