mirror of
https://github.com/jcreek/LivingDexTracker.git
synced 2026-07-16 04:23:43 +00:00
chore(#4): Add a database connection to mongodb
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
export function getEnv() {
|
||||
return {
|
||||
MONGO_URL: import.meta.env.VITE_MONGO_URL
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user