fix(db): fixes to drizzle config to account for the change to the app structure folder
This commit is contained in:
@@ -4,7 +4,7 @@ const dbURL = `postgres://${process.env.DATABASE_USER}:${process.env.DATABASE_PA
|
|||||||
|
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
dialect: "postgresql",
|
dialect: "postgresql",
|
||||||
schema: "./dist/pkg/db/schema",
|
schema: "./dist/src/pkg/db/schema",
|
||||||
out: "./migrations",
|
out: "./migrations",
|
||||||
dbCredentials: { url: dbURL },
|
dbCredentials: { url: dbURL },
|
||||||
// verbose: true, // optional, logs more details
|
// verbose: true, // optional, logs more details
|
||||||
|
|||||||
Reference in New Issue
Block a user