Skip to content

Commit

Permalink
update libsql/client
Browse files Browse the repository at this point in the history
  • Loading branch information
notrab committed Oct 17, 2024
1 parent 849b7a3 commit 4d14695
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 19 deletions.
1 change: 0 additions & 1 deletion app/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ export async function getDatabaseClient() {
const client = createLibsqlClient({
url,
authToken: process.env.TURSO_GROUP_AUTH_TOKEN,
fetch: fetch,
});

return drizzle(client, { schema });
Expand Down
34 changes: 17 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@clerk/nextjs": "^5.3.3",
"@libsql/client": "^0.10.0",
"@libsql/client": "^0.14.0",
"@next/env": "^14.2.11",
"@tursodatabase/api": "^1.8.1",
"drizzle-orm": "^0.34.1",
Expand Down

0 comments on commit 4d14695

Please sign in to comment.