Merge pull request #334 from the-luap/feat/post-319-fixes-and-features

feat: S3 storage + webhooks + settings dedupe + backup fixes
This commit is contained in:
Paul Nothaft
2026-04-28 14:50:35 +02:00
committed by GitHub
74 changed files with 5368 additions and 1077 deletions
+1
View File
@@ -10,6 +10,7 @@
"migrate:safe": "node migrations/run-migrations-safe.js",
"generate:watermarks": "node scripts/generate-watermarks.js",
"test": "jest",
"test:s3": "SKIP_S3_TESTS=false jest __tests__/integration/backup-s3",
"lint": "eslint src/"
},
"dependencies": {