We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3d11b0 commit 5c95c78Copy full SHA for 5c95c78
1 file changed
src/app/lib/db/index.ts
@@ -13,7 +13,7 @@ import * as schema from "./schema";
13
// const client = createClient({
14
// url: process.env.DATABASE_URL,
15
// });
16
-//
+
17
const dbURL =
18
process.env.NODE_ENV === "test" ? ":memory:" : process.env.TURSO_DATABASE_URL;
19
0 commit comments