Feat backups (#686)

* Scaffold backups

* Add FFlags

* fixup! Add FFlags

* fixup! fixup! Add FFlags

* fixup! fixup! fixup! Add FFlags
This commit is contained in:
Chris 2025-12-09 08:00:46 +02:00 committed by GitHub
parent 595252820e
commit bf281b740d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
42 changed files with 3756 additions and 59 deletions

View file

@ -28,6 +28,9 @@ jobs:
- name: Run backend tests
run: npm run backend:test
env:
FF_ENABLE_BACKUPS: 'true'
FF_ENABLE_CALENDAR: 'true'
- name: Build frontend
run: npm run build