Revert "fix(app): startup efficiency"

This commit is contained in:
Adam 2026-03-25 06:23:25 -05:00
commit 898456a25c
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
40 changed files with 683 additions and 1109 deletions

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
}