chore(format): auto-format files with biome

This commit is contained in:
MythEclipse
2026-06-04 18:52:56 +07:00
parent 367d8696c8
commit d1d4510ce8
33 changed files with 342 additions and 157 deletions
+3 -1
View File
@@ -5,6 +5,8 @@ export default defineConfig({
out: "./drizzle/migrations",
dialect: "postgresql",
dbCredentials: {
url: process.env.DATABASE_URL || "postgresql://postgres:postgres@localhost:5432/bete",
url:
process.env.DATABASE_URL ||
"postgresql://postgres:postgres@localhost:5432/bete",
},
});