mirror of
https://github.com/hex248/sprint.git
synced 2026-02-08 02:33:01 +00:00
fixed all warnings :D
This commit is contained in:
@@ -6,6 +6,6 @@ export default defineConfig({
|
||||
schema: "../shared/src/schema.ts",
|
||||
dialect: "postgresql",
|
||||
dbCredentials: {
|
||||
url: process.env.DATABASE_URL!,
|
||||
url: process.env.DATABASE_URL || "",
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user