fix: drizzle schema path configuration in web app

This commit is contained in:
Pulkit Garg
2025-06-25 10:09:42 +05:30
parent bc28ce09cb
commit 7461b763b1

View File

@ -13,7 +13,7 @@ if (!process.env.DATABASE_URL) {
}
export default {
schema: "./src/lib/db/schema.ts",
schema: "../../packages/db/src/schema.ts",
dialect: "postgresql",
dbCredentials: {
url: process.env.DATABASE_URL,