feat: Conveert bin folder to use JS files
This commit is contained in:
9
packages/backend/bin/database/client.js
Normal file
9
packages/backend/bin/database/client.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import { Client } from 'pg';
|
||||
|
||||
const client = new Client({
|
||||
host: 'localhost',
|
||||
user: 'postgres',
|
||||
port: 5432,
|
||||
});
|
||||
|
||||
export default client;
|
Reference in New Issue
Block a user