chore: build tauri from vscode launch (#1720)

* chore: build tauri from vscode launch

* fix: unit test

Co-authored-by: nathan <nathan@appflowy.io>
This commit is contained in:
Nathan.fooo
2023-01-18 11:22:13 +08:00
committed by GitHub
parent e6b186cc43
commit d77c41013f
14 changed files with 71 additions and 64 deletions

View File

@ -38,7 +38,4 @@ http_sync = ["flowy-core/http_sync", "flowy-core/use_bunyan"]
openssl_vendored = ["flowy-core/openssl_vendored"]
[build-dependencies]
flowy-codegen = { path = "../flowy-codegen", features = [
"dart",
]}
flowy-codegen = { path = "../flowy-codegen", features = ["dart"] }