refactor(core): move file system endpoints to its own plugin (#6716)

This commit is contained in:
Lucas Fernandes Nogueira
2023-04-16 05:20:58 -07:00
committed by GitHub
parent 22a7633816
commit fc4d687ef0
19 changed files with 91 additions and 1253 deletions

View File

@@ -25,6 +25,10 @@ tauri-plugin-cli = { git = "https://github.com/tauri-apps/plugins-workspace", br
tauri = { path = "../../../core/tauri" }
tauri-build = { path = "../../../core/tauri-build" }
[patch.'https://github.com/tauri-apps/tauri']
tauri = { path = "../../../core/tauri" }
tauri-build = { path = "../../../core/tauri-build" }
[dependencies.tauri]
path = "../../../core/tauri"
features = [

View File

@@ -35,7 +35,6 @@
{
"short": "v",
"name": "verbose",
"multipleOccurrences": true,
"description": "Verbosity level"
}
],