Feature: add Google Drive backup and restore integration

This commit is contained in:
Ponte
2026-02-11 20:19:16 +01:00
parent 621beee036
commit 81d966b64a
9 changed files with 484 additions and 0 deletions

View File

@@ -8,6 +8,7 @@
"start": "node server.js"
},
"dependencies": {
"googleapis": "^150.0.1",
"pg": "^8.16.3"
}
}