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

@@ -123,7 +123,7 @@
}
testFs(null).then(function () {
testFs(window.__TAURI__.fs.Dir.Config)
testFs(window.__TAURI__.path.BaseDirectory.Config)
})
setTimeout(function () {