Skip to content

Commit 5c95c78

Browse files
committed
rebuild
1 parent a3d11b0 commit 5c95c78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/lib/db/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import * as schema from "./schema";
1313
// const client = createClient({
1414
// url: process.env.DATABASE_URL,
1515
// });
16-
//
16+
1717
const dbURL =
1818
process.env.NODE_ENV === "test" ? ":memory:" : process.env.TURSO_DATABASE_URL;
1919

0 commit comments

Comments
 (0)