mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
refactor: revamp file upload and fix partitial upload bugs (#5924)
* chore: upload chat file to local ai * chore: async func * chore: individual file progress * chore: fix test * chore: fix file upload
This commit is contained in:
@ -14,8 +14,8 @@ syn = { version = "1.0.109", features = ["extra-traits", "visit"] }
|
||||
quote = "1.0"
|
||||
proc-macro2 = "1.0"
|
||||
flowy-ast.workspace = true
|
||||
lazy_static = {version = "1.4.0"}
|
||||
dashmap = "5"
|
||||
lazy_static = { version = "1.4.0" }
|
||||
dashmap.workspace = true
|
||||
flowy-codegen.workspace = true
|
||||
serde_json.workspace = true
|
||||
walkdir = "2.3.2"
|
||||
|
Reference in New Issue
Block a user