Skip to content

Commit

Permalink
Sync
Browse files Browse the repository at this point in the history
  • Loading branch information
mskelton committed Aug 10, 2024
1 parent 364ef1e commit a58aa95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/lib/db/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import { drizzle } from "drizzle-orm/libsql"
import * as schema from "./schema"

function create() {
console.log(process.env.TURSO_DATABASE_URL)

return createClient({
authToken: process.env.TURSO_AUTH_TOKEN,
syncUrl: process.env.TURSO_DATABASE_URL,
Expand Down

0 comments on commit a58aa95

Please sign in to comment.