Skip to content

Commit

Permalink
chore: prod db debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
cmgriffing committed Oct 26, 2024
1 parent 58f8a40 commit 307d7a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions playgrounds/app/src/db/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import 'dotenv/config'
import { drizzle } from 'drizzle-orm/libsql'
import { schema } from './schema'

console.log('Token: ', process.env.TURSO_AUTH_TOKEN?.substring(0, 10))
export const db = drizzle({
schema: schema,
connection: {
Expand Down

0 comments on commit 307d7a4

Please sign in to comment.