refactor: improve theme handling, env var safety, and db schema

This commit is contained in:
Mirza-Samad-Ahmed-Baig
2025-07-12 13:31:50 +05:00
parent fd017d6aca
commit d48a3fe287
4 changed files with 4 additions and 8 deletions

View File

@ -7,7 +7,7 @@ export const auth = betterAuth({
provider: "pg",
usePlural: true,
}),
secret: process.env.BETTER_AUTH_SECRET!,
secret: process.env.BETTER_AUTH_SECRET,
user: {
deleteUser: {
enabled: true,