This commit is contained in:
jejolare 2025-07-06 20:06:55 +07:00
parent 232871bf74
commit e173c34b77

View file

@ -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,