npm run start is now working

WORK-RRE
Rémi REGNAULT 1 year ago
parent f8f6ee3745
commit ab9c584cdb

@ -1,5 +1,5 @@
import { Pool, PoolClient } from "pg" import { Pool, PoolClient } from "pg"
require('dotenv').config();
export class Connection { export class Connection {
private pool:Pool private pool:Pool

Loading…
Cancel
Save