recator placement of code

This commit is contained in:
2026-02-17 11:46:57 -06:00
parent 31f8c368d9
commit 23c000fa7f
77 changed files with 4528 additions and 2697 deletions

View File

@@ -4,7 +4,7 @@ const dbURL = `postgres://${process.env.DATABASE_USER}:${process.env.DATABASE_PA
export default defineConfig({
dialect: "postgresql",
schema: "./dist/backend/src/db/schema",
schema: "./dist/backend/db/schema",
out: "./migrations",
dbCredentials: { url: dbURL },
});