feat(#89): Add backup functionality for google drive and dropbox

This commit is contained in:
Josh Creek
2026-01-24 13:32:10 +00:00
parent 3f5c14a8bc
commit ab82f75dc6
22 changed files with 1582 additions and 7 deletions
+3 -1
View File
@@ -1,3 +1,5 @@
import { env } from '$env/dynamic/private';
export function getEnv() {
return process.env;
return env;
}