chore: start init sync when open document/database (#5040)

This commit is contained in:
Nathan.fooo
2024-04-02 22:15:42 +08:00
committed by GitHub
parent 419600ca11
commit dff3ea60bd
12 changed files with 258 additions and 88 deletions

View File

@ -30,8 +30,8 @@ lib-dispatch = { workspace = true }
# Core
#flowy-core = { workspace = true, features = ["profiling"] }
flowy-core = { workspace = true, features = ["verbose_log"] }
#flowy-core = { workspace = true }
#flowy-core = { workspace = true, features = ["verbose_log"] }
flowy-core = { workspace = true }
flowy-notification = { workspace = true, features = ["dart"] }
flowy-document = { workspace = true, features = ["dart"] }