Skip to content

Commit

Permalink
only use web
Browse files Browse the repository at this point in the history
  • Loading branch information
invisal committed Mar 13, 2024
1 parent 937eaf8 commit cabb81b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/db/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { drizzle } from "drizzle-orm/libsql";
import * as schema from "./schema";
import { createClient } from "@libsql/client";
import { createClient } from "@libsql/client/web";
import { env } from "@/env";

export const connection = createClient({
Expand Down

0 comments on commit cabb81b

Please sign in to comment.