Biome format

This commit is contained in:
2025-09-03 12:43:51 -03:00
parent 5f6136a378
commit f005ae1c46
24 changed files with 125 additions and 129 deletions

View File

@@ -7,7 +7,7 @@ export const auth = betterAuth({
database: drizzleAdapter(db, {
provider: "pg",
schema: schema,
schema,
}),
trustedOrigins: [process.env.CORS_ORIGIN || ""],
emailAndPassword: {