mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 20:38:52 +00:00
- Added a simple abstraction of persistent storage class.
- Different persistence solutions are provided for web and client.
- web: stored in localStorage
- client: stored in the application directory as `.json` file
- Define persistent app-config schema
- Add a new hook that can interactive with persistent-app-config reactively
AFFiNE Migration Testings
This package is used to testing migration logic for every breaking version.
BUILD_TYPE=canary yarn run build
cd tests/affine-migration
yarn run e2e
Tips: Run
yarn devto start dev server in 8080 could make debugging more quickly.