feat: Convert package scripts to work with JS

This commit is contained in:
Faruk AYDIN
2024-01-07 19:33:59 +01:00
parent ccf5928262
commit f0d2f07193
16 changed files with 25 additions and 25 deletions

View File

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