⚡ Upgrade design & moved backend here & login and settings work with api
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { createPool } from '@vercel/postgres';
|
||||
|
||||
export const getDBConnexion = () => {
|
||||
const pool = createPool({
|
||||
connectionString: process.env.POSTGRES_URL,
|
||||
});
|
||||
|
||||
return pool;
|
||||
};
|
||||
Reference in New Issue
Block a user