(init): Initial files. Features not implemented.

This commit is contained in:
Nix Krystik
2026-08-26 00:02:04 +08:00
commit 8d4d99f2e8
17 changed files with 791 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
import postgres from "postgres";
// ----------
const client = postgres(process.env.DATABASE_URL);
export default {};
+1
View File
@@ -0,0 +1 @@
export * from './database';