feat: Convert package scripts to work with JS
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { Client } from 'pg';
|
||||
import pg from 'pg';
|
||||
|
||||
const client = new Client({
|
||||
const client = new pg.Client({
|
||||
host: 'localhost',
|
||||
user: 'postgres',
|
||||
port: 5432,
|
||||
|
Reference in New Issue
Block a user