Merge pull request #80 from pulkitgarg04/fix/drizzle-schema-path-configuration

fix: drizzle schema path configuration in web app
This commit is contained in:
iza 2025-06-25 07:55:40 +03:00 committed by GitHub
commit e01142b798
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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,