Fix database export and admin page structure
This commit is contained in:
@@ -0,0 +1,3 @@
|
|||||||
|
DATABASE_URL=postgresql://postgres:postgres@localhost:5432/la_huasca
|
||||||
|
JWT_SECRET=your-jwt-secret-here
|
||||||
|
NEXT_PUBLIC_SITE_NAME=Hotel La Huasca
|
||||||
+701
-783
File diff suppressed because it is too large
Load Diff
@@ -34,3 +34,5 @@ export async function query(text: string, params?: unknown[]) {
|
|||||||
const result = await db.query(text, params);
|
const result = await db.query(text, params);
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export { db };
|
||||||
|
|||||||
Reference in New Issue
Block a user