refactor: move drizzle to shared

This commit is contained in:
syntaxbullet
2026-01-08 16:29:31 +01:00
parent 3f028eb76a
commit f92415b89c
10 changed files with 6 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ BigInt.prototype.toJSON = function () {
export default defineConfig({
schema: "./shared/db/schema.ts",
out: "./drizzle",
out: "./shared/db/migrations",
dialect: "postgresql",
dbCredentials: {
url: env.DATABASE_URL,