mirror of
https://github.com/nx-bat/pet-the-pond.git
synced 2026-09-22 10:29:11 -04:00
(init): Initial files. Features not implemented.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import postgres from "postgres";
|
||||
|
||||
// ----------
|
||||
|
||||
const client = postgres(process.env.DATABASE_URL);
|
||||
|
||||
export default {};
|
||||
@@ -0,0 +1 @@
|
||||
export * from './database';
|
||||
Reference in New Issue
Block a user