fix(db): fixes to drizzle config to account for the change to the app structure folder

This commit is contained in:
2025-09-08 16:07:47 -05:00
parent 19ae0d5437
commit ddfeb5ccb5

View File

@@ -4,7 +4,7 @@ const dbURL = `postgres://${process.env.DATABASE_USER}:${process.env.DATABASE_PA
export default defineConfig({
dialect: "postgresql",
schema: "./dist/pkg/db/schema",
schema: "./dist/src/pkg/db/schema",
out: "./migrations",
dbCredentials: { url: dbURL },
// verbose: true, // optional, logs more details