feat(app): added better auth for better auth stuff vs my home written broken one

This commit is contained in:
2025-09-18 21:46:01 -05:00
parent 21608b0171
commit caf2315191
16 changed files with 648 additions and 25 deletions

View File

@@ -4,7 +4,7 @@ const dbURL = `postgres://${process.env.DATABASE_USER}:${process.env.DATABASE_PA
export default defineConfig({
dialect: "postgresql",
schema: "./app/src/pkg/db/schema",
schema: "./dist/src/pkg/db/schema",
out: "./migrations",
dbCredentials: { url: dbURL },
// verbose: true, // optional, logs more details