chore(format): auto-format files with biome
This commit is contained in:
@@ -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",
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user