Revert "fix(app): startup efficiency"

This commit is contained in:
Adam
2026-03-25 06:25:05 -05:00
parent 53d0b58ebf
commit 898456a25c
40 changed files with 695 additions and 1121 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ export function useProviders() {
const providers = () => {
if (dir()) {
const [projectStore] = globalSync.child(dir())
if (projectStore.provider.all.length > 0) return projectStore.provider
return projectStore.provider
}
return globalSync.data.provider
}