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

This commit is contained in:
Josh Creek
2024-04-06 15:04:53 +01:00
parent 26c552e994
commit 49e39c2742
7 changed files with 817 additions and 88 deletions
+5
View File
@@ -0,0 +1,5 @@
export function getEnv() {
return {
MONGO_URL: import.meta.env.VITE_MONGO_URL
};
}