Skip to content

Commit

Permalink
Whats in there?
Browse files Browse the repository at this point in the history
  • Loading branch information
balegas committed Nov 13, 2024
1 parent fa0d102 commit 0688905
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/nextjs-example/app/db.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import pgPkg from "pg"
const { Client } = pgPkg

console.log(process.env.DATABASE_URL)

const db = new Client({
connectionString: process.env.DATABASE_URL,
})
Expand Down

0 comments on commit 0688905

Please sign in to comment.