add better auth and set up database

This commit is contained in:
Nayan Sawyer
2026-03-14 13:38:21 -04:00
parent cb189cb4b8
commit b93bf82df5
10 changed files with 1121 additions and 11 deletions

View File

@@ -4,7 +4,7 @@ import { defineConfig } from "drizzle-kit";
config({ path: ".env" });
export default defineConfig({
schema: "./src/db/schema.ts",
schema: ["./src/db/schema.ts", "./auth-schema.ts"],
out: "./src/db/migrations",
dialect: "postgresql",
dbCredentials: {