Refactor/crate directory (#1621)

* chore: fix wanrings

* chore: remove protobuf ref in flowy-error-code

* chore: remove protobuf ref in lib-ws

* refactor: remove protobuf trait in flowy http model

* refactor: remove flowy-error-code crate

Co-authored-by: nathan <nathan@appflowy.io>
This commit is contained in:
Nathan.fooo
2022-12-30 11:16:47 +08:00
committed by GitHub
parent aae8259f63
commit aa5f052ecf
167 changed files with 655 additions and 923 deletions

View File

@ -17,7 +17,7 @@ script_runner = "@shell"
[tasks.rm_macro_build_cache]
script = [
"""
path = canonicalize ../shared-lib/flowy-codegen/.cache
path = canonicalize ../frontend/rust-lib/flowy-codegen/.cache
if is_path_exists ${path}
rm -rf ${path}
end