Add more files

This commit is contained in:
2025-02-08 19:34:20 -06:00
parent 82a0a290d4
commit 503e82c2f4
7 changed files with 159 additions and 2 deletions

11
deno/config.ts Normal file
View File

@@ -0,0 +1,11 @@
const config = {
database: {
user: "abc123",
password: "abc123",
host: "localhost",
port: "5432",
database: "abc123",
},
};
export { config };