corrected drizzle schema path

This commit is contained in:
2024-11-23 08:17:52 -06:00
parent 41f5fdf18b
commit af38b3a20b

View File

@@ -3,7 +3,7 @@ import { type Config } from "drizzle-kit";
import { env } from "~/env";
export default {
schema: "./src/server/db/schema.ts",
schema: "./src/server/db/schema",
dialect: "postgresql",
dbCredentials: {
url: env.DATABASE_URL,