mirror of
https://github.com/opus-tango/socialdb-sh.git
synced 2026-03-20 03:55:27 +00:00
add better auth and set up database
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user