feat: anon user save (#4185)

* feat: anon user save

* chore: add missing files

* chore: remove error
This commit is contained in:
Nathan.fooo
2023-12-21 14:13:21 +08:00
committed by GitHub
parent 0730a0caf4
commit 1401ba5960
38 changed files with 284 additions and 401 deletions

View File

@ -24,7 +24,7 @@ tokio = { workspace = true, features = ["sync"]}
lib-infra = { path = "../../../shared-lib/lib-infra" }
[features]
default = []
default = ["rocksdb_plugin", "snapshot_plugin"]
supabase_integrate = ["collab-plugins/postgres_storage_plugin", "rocksdb_plugin"]
appflowy_cloud_integrate = ["rocksdb_plugin"]
snapshot_plugin = ["collab-plugins/snapshot_plugin"]