debug
This commit is contained in:
parent
232871bf74
commit
e173c34b77
1 changed files with 2 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
|||
import 'dotenv/config';
|
||||
import pg from 'pg';
|
||||
|
||||
console.log(process.env);
|
||||
|
||||
async function initdb() {
|
||||
const pool = new pg.Pool({
|
||||
user: process.env.PGUSER,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue