chore(#4): Add a database connection to mongodb

This commit is contained in:
Josh Creek
2024-04-06 15:04:53 +01:00
parent 5650a6d8d7
commit 3c1ae70392
7 changed files with 817 additions and 88 deletions
+7 -7
View File
@@ -1,13 +1,13 @@
// See https://kit.svelte.dev/docs/types#app
// for information about these interfaces
declare global {
namespace App {
// interface Error {}
// interface Locals {}
// interface PageData {}
// interface PageState {}
// interface Platform {}
}
namespace App {
// interface Error {}
// interface Locals {}
// interface PageData {}
// interface PageState {}
// interface Platform {}
}
}
export {};