Revert "fix(app): startup efficiency (#18854)"

This reverts commit 824d903e86.
This commit is contained in:
Adam
2026-03-24 18:36:37 -05:00
parent e514bfd49e
commit 311a58a8c8
33 changed files with 636 additions and 943 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
}